COLOR #52AF16

HEX: #52AF16
RGB: (82,175,22)

Color info

#52AF16 contains mainly green color. Web safe color of #52AF16 is #669900 (or #690).

RGB color model

#52AF16 color RGB value is (82,175,22).

  • red value is 82;
  • green value is 175;
  • blue value is 22.
RGB:
(82,175,22)
(32%,69%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 175 of 255 = 69%
B 22 of 255 = 9%

82
175
22

R + G + B ~ 37%. #52AF16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 175 + 22 = 279 (100%)
R 82 of 279 ~ 29.39%
G 175 of 279 ~ 62.72%
B 22 of 279 ~ 7.89%

%29.39
%62.72

CMYK color model

#52AF16 color CMYK value is (53,0,87,31).

  • cyan value is 53.14%
  • magenta value is 0.00%
  • yellow value is 87.43%
  • key color value is 31.37%
CMYK:
(53,0,87,31)
C53M0Y87K31 
(53%,0%,87%,31%)
(0.53/0.00/0.87/0.31)	

CMYK percentages

%53.14
%0
%87.43
%31.37

Codes

Color #52AF16 in popluar color models

52AF16
RGB8217522
HSL96°77.66%38.63%
HSB/HSV96°87.43%68.63%
CMYK53.14%0.00%87.43%
31.37%

Color #52AF16 in popluar number systems.

HEX52AF16
Decimal8217522
Binary10100101010111110110
Octal12225726

Shades and tints

Shades of #52AF16

#52AF16
(82,175,22)
#4BA014
(75,160,20)
#449112
(68,145,18)
#3D8210
(61,130,16)
#36730E
(54,115,14)
#2F640C
(47,100,12)
#28550A
(40,85,10)
#214608
(33,70,8)
#1A3706
(26,55,6)
#132804
(19,40,4)
#0C1902
(12,25,2)
#000000
(0,0,0)

Tints of #52AF16

#52AF16
(82,175,22)
#61B62B
(97,182,43)
#70BD40
(112,189,64)
#7FC455
(127,196,85)
#8ECB6A
(142,203,106)
#9DD27F
(157,210,127)
#ACD994
(172,217,148)
#BBE0A9
(187,224,169)
#CAE7BE
(202,231,190)
#D9EED3
(217,238,211)
#E8F5E8
(232,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AF16 color. Also use rgb(82,175,22) instead hex code.

Text Font Color

.myTextColor { color: #52AF16; }

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

This text font color is #52AF16.


Background Color

.myBgColor { background-color: #52AF16; }

<div style="background-color:#52AF16">Inner text</div>

This div background color is #52AF16.


Border color

.myBorderColor { border: 1px solid #52AF16; }

<div style="border:3px solid #52AF16">Div</div>

This div border color is #52AF16.


Opacity

.myOpacity80 { color: #52AF16; opacity: 0.8; }

<p style="color:#52AF16;opacity:0.8;">80%</p>

Text with #52AF16 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 #52AF16;}

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

This text has shadow with #52AF16 color.

.textShadow {text-shadow: 3px 3px 1px #52AF16, 3px 3px 1px red;}

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

This text has shadow with #52AF16 primary color and red secondary color.


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

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

This text has shadow with #52AF16 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52AF16;
-webkit-box-shadow: 1px 1px 3px 2px #52AF16;
box-shadow:1px 1px 3px 2px #52AF16;">
Div content here</div>
This div box has shadow with color #52AF16.

Preview

Color preview on black background

This text has color #52AF16 on black background.


Color preview on white background

This text has color #52AF16 on white background.



Black color preview on #52AF16 background

This text has black color on #52AF16 background.


White color preview on #52AF16 background

This text has white color on #52AF16 background.