#55A91D

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

Shades of Kelly Green #55A91D

Tints of Kelly Green #55A91D

Color information

#55A91D (or 0x55A91D) is unknown color: approx Kelly Green. HEX triplet: 55, A9 and 1D. RGB value is (85,169,29). Sum of RGB (Red+Green+Blue) = 85+169+29=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #55A91D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A91D is #AA56E2. Grayscale: #808080. Windows color (decimal): -11163363 or 1943893. OLE color: 1943893.

HSL color Cylindrical-coordinate representation of color #55A91D: hue angle of 96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55A91D is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB8516929-
CMYK0.5000.830.34
HSL96º70.71%38.82%-
HSV(B)96º82.84%66.27%-
XYZ18.1630.46.07-
YUV127.9272.1797.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 169 (66.41% from 255) = 59.72%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=30.04%
G=59.72%
B=10.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169290.5000.830.349670.7138.82
Hex55A91D3205322604727
Octal125251356201234214010747
Binary101010110101001111011100100101001110001011000001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,29); }

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

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

 a { background-color: rgb(85,169,29); }

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

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

 span { border-color: rgb(85,169,29); }

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