#52A606

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

Shades of Kelly Green #52A606

Tints of Kelly Green #52A606

Color information

#52A606 (or 0x52A606) is unknown color: approx Kelly Green. HEX triplet: 52, A6 and 06. RGB value is (82,166,6). Sum of RGB (Red+Green+Blue) = 82+166+6=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 166 (65.23% from 255 or 65.35% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 166 - color contains mainly: green. Hex color #52A606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A606 is #AD59F9. Grayscale: #7B7B7B. Windows color (decimal): -11360762 or 435794. OLE color: 435794.

HSL color Cylindrical-coordinate representation of color #52A606: hue angle of 91.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52A606 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB821666-
CMYK0.5100.960.35
HSL91.5º93.02%33.73%-
HSV(B)91.5º96.39%65.1%-
XYZ17.1529.084.88-
YUV122.6462.1799.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 166 (65.23% from 255) = 65.35%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=32.28%
G=65.35%
B=2.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8216660.5100.960.3591.593.0233.73
Hex52A6633060235c5d22
Octal12224666301404313413542
Binary1010010101001101101100110110000010001110111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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