Shades of Kelly Green #55AD0E
Tints of Kelly Green #55AD0E
RGB
CMYK
RGB Variations
Color information
#55AD0E (or 0x55AD0E) is known color: Kelly Green. HEX triplet: 55, AD and 0E. RGB value is (85,173,14). Sum of RGB (Red+Green+Blue) = 85+173+14=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AD0E is #AA52F1. Grayscale: #818181. Windows color (decimal): -11162354 or 961877. OLE color: 961877.
HSL color Cylindrical-coordinate representation of color #55AD0E: hue angle of 93.21º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55AD0E is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 14 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.32 |
| HSL | 93.21º | 0.85% | 0.37% | - |
| HSV(B) | 93.21º | 0.92% | 0.68% | - |
| XYZ | 18.77 | 31.85 | 5.57 | - |
| YUV | 128.56 | 63.35 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 14 | 0.51 | 0 | 0.92 | 0.32 | 93.21 | 0.85 | 0.37 |
| Hex | 55 | AD | E | 33 | 0 | 5C | 20 | 5D | 55 | 25 |
| Octal | 125 | 255 | 16 | 63 | 0 | 134 | 40 | 135 | 125 | 45 |
| Binary | 1010101 | 10101101 | 1110 | 110011 | 0 | 1011100 | 100000 | 1011101 | 1010101 | 100101 |
Color Harmonies of #55AD0E
Complementary color
Monochromatic Colors of #55AD0E
Black with #55AD0E
Text Example
Text Example
White with #55AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD0E; }
p { color: rgb(85,173,14); }
H1.HeaderClassName
{
color: #55AD0E;
}
.AnyTagClassName
{
color: #55AD0E;
}
</style>
background-color css
<style>
a { background-color: #55AD0E; }
a { background-color: rgb(85,173,14); }
div.DivClassName
{
background-color: #55AD0E;
}
.BgClassName
{
background-color: #55AD0E;
}
</style>
border-color css
<style>
span { border-color: #55AD0E; }
span { border-color: rgb(85,173,14); }
td.TdClassName
{
border-color: #55AD0E;
}
.TagClassName
{
border-color: #55AD0E;
}
</style>