#52AC06

Color #52AC06 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52AC06

Tints of Kelly Green #52AC06

Color information

#52AC06 (or 0x52AC06) is unknown color: approx Kelly Green. HEX triplet: 52, AC and 06. RGB value is (82,172,6). Sum of RGB (Red+Green+Blue) = 82+172+6=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AC06 is #AD53F9. Grayscale: #7E7E7E. Windows color (decimal): -11359226 or 437330. OLE color: 437330.

HSL color Cylindrical-coordinate representation of color #52AC06: hue angle of 92.53º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52AC06 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB821726-
CMYK0.5200.970.33
HSL92.53º93.26%34.9%-
HSV(B)92.53º96.51%67.45%-
XYZ18.2731.315.25-
YUV126.1760.1896.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 172 (67.58% from 255) = 66.15%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=31.54%
G=66.15%
B=2.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8217260.5200.970.3392.5393.2634.9
Hex52AC634061215d5d23
Octal12225466401414113513543
Binary1010010101011001101101000110000110000110111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AC06; }

 p { color: rgb(82,172,6); }

 H1.HeaderClassName
 {
   color: #52AC06;
 }
 .AnyTagClassName
 {
   color: #52AC06;
 }
</style>
background-color css

<style>
 a { background-color: #52AC06; }

 a { background-color: rgb(82,172,6); }

 div.DivClassName
 {
   background-color: #52AC06;
 }
 .BgClassName
 {
   background-color: #52AC06;
 }
</style>
border-color css

<style>
 span { border-color: #52AC06; }

 span { border-color: rgb(82,172,6); }

 td.TdClassName
 {
   border-color: #52AC06;
 }
 .TagClassName
 {
   border-color: #52AC06;
 }
</style>