COLOR #35AF01

HEX: #35AF01 RGB: (53,175,1)

Color info

#35AF01 contains mainly green color. Web safe color of #35AF01 is #339900 (or #390).

RGB color model

#35AF01 color RGB value is (53,175,1).

RGB: (53,175,1) (21%, 69%, 0%)

RGB channels and saturation

R 53 of 255 = 21%
G 175 of 255 = 69%
B 1 of 255 = 0%

53
175
1

R + G + B ~ 30%. #35AF01 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 175 + 1 = 229 (100%)
R 53 of 229 ~ 23.14%
G 175 of 229 ~ 76.42%
B 1 of 229 ~ 0.44'%

%23.14
%76.42

CMYK color model

#35AF01 color CMYK value is (70,0,99,31).

  • cyan value is 69.71%
  • magenta value is 0.00%
  • yellow value is 99.43%
  • key color value is 31.37%

CMYK: (70,0,99,31)
C70M0Y99K31 (70%, 0%, 99%, 31%)
(0.70 / 0.00 / 0.99 / 0.31)

CMYK percentages

%69.71
%0
%99.43
%31.37

Codes

Color #35AF01 in popluar color models

35 AF 01
RGB 53 175 1
HSL 102° 98.86% 34.51%
HSB/HSV 102° 99.43% 68.63%
CMYK 69.71% 0.00% 99.43%
31.37%

Color #35AF01 in popluar number systems.

HEX 35 AF 01
Decimal 53 175 1
Binary 110101 10101111 1
Octal 65 257 1

Shades and tints

Shades of #35AF01

#35AF01
(53,175,1)
#31A001
(49,160,1)
#2D9101
(45,145,1)
#298201
(41,130,1)
#257301
(37,115,1)
#216401
(33,100,1)
#1D5501
(29,85,1)
#194601
(25,70,1)
#153701
(21,55,1)
#112801
(17,40,1)
#0D1901
(13,25,1)
#000000
(0,0,0)

Tints of #35AF01

#35AF01
(53,175,1)
#47B618
(71,182,24)
#59BD2F
(89,189,47)
#6BC446
(107,196,70)
#7DCB5D
(125,203,93)
#8FD274
(143,210,116)
#A1D98B
(161,217,139)
#B3E0A2
(179,224,162)
#C5E7B9
(197,231,185)
#D7EED0
(215,238,208)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35AF01 color. Also use rgb(53,175,1) instead hex code.

Text Font Color

.myTextColor { color: #35AF01; }

<p style="color:#35AF01">This sample text font color is #35AF01.</p>

This text font color is #35AF01.

Background Color

.myBgColor { background-color: #35AF01; }

<div style="background-color:#35AF01">Inner text</div>

This div background color is #35AF01.

Border color

.myBorderColor { border: 1px solid #35AF01; }

<div style="border:3px solid #35AF01">Div</div>

This div border color is #35AF01.

Opacity

.myOpacity80 { color: #35AF01; opacity: 0.8; }

<p style="color:#35AF01;opacity:0.8;">80%</p>

Text with #35AF01 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35AF01;}

<p style="text-shadow: 3px 3px 1px #35AF01">Text here.</p>

This text has shadow with #35AF01 color.


.textShadow {text-shadow: 3px 3px 1px #35AF01', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35AF01, 5px 5px 20px red">Text here.</p>

This text has shadow with #35AF01 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35AF01, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35AF01, Direction=45, Strength=4)">Text</p>

This text has shadow with #35AF01 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #35AF01;
-webkit-box-shadow: 1px 1px 3px 2px #35AF01;
box-shadow: 1px 1px 3px 2px #35AF01;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35AF01; -webkit-box-shadow: 1px 1px 3px 2px #35AF01; box-shadow:1px 1px 3px 2px #35AF01;">
Div content here
</div>

This div box has shadow with color #35AF01.

Preview

Color preview on black background

This text has color #35AF01 on black background.


Color preview on white background

This text has color #35AF01 on white background.


Black color preview on #35AF01 background

This text has black color on #35AF01 background.


White color preview on #35AF01 background

This text has white color on #35AF01 background.


Related colors

Complementary color

Complementary color for #hex is #CA50FE.


I love getcolorcode.com

Triadic colors

1 #0135AF and #AF0135 with #35AF01 are triadic colors.

2 #01AF35 and #AF3501 with #35AF01 are triadic colors.