Shades of Kelly Green #55AC16
Tints of Kelly Green #55AC16
RGB
CMYK
RGB Variations
Color information
#55AC16 (or 0x55AC16) is known color: Kelly Green. HEX triplet: 55, AC and 16. RGB value is (85,172,22). Sum of RGB (Red+Green+Blue) = 85+172+22=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AC16 is #AA53E9. Grayscale: #818181. Windows color (decimal): -11162602 or 1485909. OLE color: 1485909.
HSL color Cylindrical-coordinate representation of color #55AC16: hue angle of 94.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55AC16 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 22 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.33 |
| HSL | 94.8º | 0.77% | 0.38% | - |
| HSV(B) | 94.8º | 0.87% | 0.67% | - |
| XYZ | 18.64 | 31.49 | 5.86 | - |
| YUV | 128.89 | 67.68 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 22 | 0.51 | 0 | 0.87 | 0.33 | 94.8 | 0.77 | 0.38 |
| Hex | 55 | AC | 16 | 33 | 0 | 57 | 21 | 5F | 4D | 26 |
| Octal | 125 | 254 | 26 | 63 | 0 | 127 | 41 | 137 | 115 | 46 |
| Binary | 1010101 | 10101100 | 10110 | 110011 | 0 | 1010111 | 100001 | 1011111 | 1001101 | 100110 |
Color Harmonies of #55AC16
Complementary color
Monochromatic Colors of #55AC16
Black with #55AC16
Text Example
Text Example
White with #55AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC16; }
p { color: rgb(85,172,22); }
H1.HeaderClassName
{
color: #55AC16;
}
.AnyTagClassName
{
color: #55AC16;
}
</style>
background-color css
<style>
a { background-color: #55AC16; }
a { background-color: rgb(85,172,22); }
div.DivClassName
{
background-color: #55AC16;
}
.BgClassName
{
background-color: #55AC16;
}
</style>
border-color css
<style>
span { border-color: #55AC16; }
span { border-color: rgb(85,172,22); }
td.TdClassName
{
border-color: #55AC16;
}
.TagClassName
{
border-color: #55AC16;
}
</style>