#55AA22

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

Shades of Kelly Green #55AA22

Tints of Kelly Green #55AA22

Color information

#55AA22 (or 0x55AA22) is unknown color: approx Kelly Green. HEX triplet: 55, AA and 22. RGB value is (85,170,34). Sum of RGB (Red+Green+Blue) = 85+170+34=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA22 is #AA55DD. Grayscale: #818181. Windows color (decimal): -11163102 or 2271829. OLE color: 2271829.

HSL color Cylindrical-coordinate representation of color #55AA22: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55AA22 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB8517034-
CMYK0.5000.800.33
HSL97.5º66.67%40%-
HSV(B)97.5º80%66.67%-
XYZ18.4130.86.49-
YUV129.0874.3496.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=29.41%
G=58.82%
B=11.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170340.5000.800.3397.566.6740
Hex55AA223205021624328
Octal125252426201204114210350
Binary1010101101010101000101100100101000010000111000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,34); }

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

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

 a { background-color: rgb(85,170,34); }

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

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

 span { border-color: rgb(85,170,34); }

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