#55A606

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

Shades of Kelly Green #55A606

Tints of Kelly Green #55A606

Color information

#55A606 (or 0x55A606) is unknown color: approx Kelly Green. HEX triplet: 55, A6 and 06. RGB value is (85,166,6). Sum of RGB (Red+Green+Blue) = 85+166+6=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #55A606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A606 is #AA59F9. Grayscale: #7C7C7C. Windows color (decimal): -11164154 or 435797. OLE color: 435797.

HSL color Cylindrical-coordinate representation of color #55A606: hue angle of 90.38º 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 #55A606 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB851666-
CMYK0.4900.960.35
HSL90.38º93.02%33.73%-
HSV(B)90.38º96.39%65.1%-
XYZ17.4229.224.89-
YUV123.5461.66100.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 166 (65.23% from 255) = 64.59%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=33.07%
G=64.59%
B=2.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8516660.4900.960.3590.3893.0233.73
Hex55A6631060235a5d22
Octal12524666101404313213542
Binary1010101101001101101100010110000010001110110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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