#55AA00

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

Shades of Kelly Green #55AA00

Tints of Kelly Green #55AA00

Color information

#55AA00 (or 0x55AA00) is unknown color: approx Kelly Green. HEX triplet: 55, AA and 00. RGB value is (85,170,0). Sum of RGB (Red+Green+Blue) = 85+170+0=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AA00 is #AA55FF. Grayscale: #7D7D7D. Windows color (decimal): -11163136 or 43605. OLE color: 43605.

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

Color convert

RGB851700-
CMYK0.50010.33
HSL90º100%33.33%-
HSV(B)90º100%66.67%-
XYZ18.1230.684.97-
YUV125.257.3499.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8517000.50010.339010033.33
Hex55AA032064215a6421
Octal12525206201444113214441
Binary10101011010101001100100110010010000110110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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