#55AA0D

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

Shades of Kelly Green #55AA0D

Tints of Kelly Green #55AA0D

Color information

#55AA0D (or 0x55AA0D) is unknown color: approx Kelly Green. HEX triplet: 55, AA and 0D. RGB value is (85,170,13). Sum of RGB (Red+Green+Blue) = 85+170+13=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AA0D is #AA55F2. Grayscale: #7F7F7F. Windows color (decimal): -11163123 or 895573. OLE color: 895573.

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

Color convert

RGB8517013-
CMYK0.5000.920.33
HSL92.48º85.79%35.88%-
HSV(B)92.48º92.35%66.67%-
XYZ18.1930.715.35-
YUV126.6963.8498.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=31.72%
G=63.43%
B=4.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170130.5000.920.3392.4885.7935.88
Hex55AAD3205C215c5624
Octal125252156201344113412644
Binary10101011010101011011100100101110010000110111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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