Shades of Kelly Green #55AC0D
Tints of Kelly Green #55AC0D
RGB
CMYK
RGB Variations
Color information
#55AC0D (or 0x55AC0D) is known color: Kelly Green. HEX triplet: 55, AC and 0D. RGB value is (85,172,13). Sum of RGB (Red+Green+Blue) = 85+172+13=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AC0D is #AA53F2. Grayscale: #808080. Windows color (decimal): -11162611 or 896085. OLE color: 896085.
HSL color Cylindrical-coordinate representation of color #55AC0D: hue angle of 92.83º 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 #55AC0D is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 13 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.33 |
| HSL | 92.83º | 0.86% | 0.36% | - |
| HSV(B) | 92.83º | 0.92% | 0.67% | - |
| XYZ | 18.57 | 31.47 | 5.48 | - |
| YUV | 127.86 | 63.18 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 13 | 0.51 | 0 | 0.92 | 0.33 | 92.83 | 0.86 | 0.36 |
| Hex | 55 | AC | D | 33 | 0 | 5C | 21 | 5D | 56 | 24 |
| Octal | 125 | 254 | 15 | 63 | 0 | 134 | 41 | 135 | 126 | 44 |
| Binary | 1010101 | 10101100 | 1101 | 110011 | 0 | 1011100 | 100001 | 1011101 | 1010110 | 100100 |
Color Harmonies of #55AC0D
Complementary color
Monochromatic Colors of #55AC0D
Black with #55AC0D
Text Example
Text Example
White with #55AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC0D; }
p { color: rgb(85,172,13); }
H1.HeaderClassName
{
color: #55AC0D;
}
.AnyTagClassName
{
color: #55AC0D;
}
</style>
background-color css
<style>
a { background-color: #55AC0D; }
a { background-color: rgb(85,172,13); }
div.DivClassName
{
background-color: #55AC0D;
}
.BgClassName
{
background-color: #55AC0D;
}
</style>
border-color css
<style>
span { border-color: #55AC0D; }
span { border-color: rgb(85,172,13); }
td.TdClassName
{
border-color: #55AC0D;
}
.TagClassName
{
border-color: #55AC0D;
}
</style>