Shades of Kelly Green #55AE12
Tints of Kelly Green #55AE12
RGB
CMYK
RGB Variations
Color information
#55AE12 (or 0x55AE12) is known color: Kelly Green. HEX triplet: 55, AE and 12. RGB value is (85,174,18). Sum of RGB (Red+Green+Blue) = 85+174+18=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AE12 is #AA51ED. Grayscale: #828282. Windows color (decimal): -11162094 or 1224277. OLE color: 1224277.
HSL color Cylindrical-coordinate representation of color #55AE12: hue angle of 94.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55AE12 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 18 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.32 |
| HSL | 94.23º | 0.81% | 0.38% | - |
| HSV(B) | 94.23º | 0.9% | 0.68% | - |
| XYZ | 18.99 | 32.25 | 5.8 | - |
| YUV | 129.61 | 65.01 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 18 | 0.51 | 0 | 0.90 | 0.32 | 94.23 | 0.81 | 0.38 |
| Hex | 55 | AE | 12 | 33 | 0 | 5A | 20 | 5E | 51 | 26 |
| Octal | 125 | 256 | 22 | 63 | 0 | 132 | 40 | 136 | 121 | 46 |
| Binary | 1010101 | 10101110 | 10010 | 110011 | 0 | 1011010 | 100000 | 1011110 | 1010001 | 100110 |
Color Harmonies of #55AE12
Complementary color
Monochromatic Colors of #55AE12
Black with #55AE12
Text Example
Text Example
White with #55AE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE12; }
p { color: rgb(85,174,18); }
H1.HeaderClassName
{
color: #55AE12;
}
.AnyTagClassName
{
color: #55AE12;
}
</style>
background-color css
<style>
a { background-color: #55AE12; }
a { background-color: rgb(85,174,18); }
div.DivClassName
{
background-color: #55AE12;
}
.BgClassName
{
background-color: #55AE12;
}
</style>
border-color css
<style>
span { border-color: #55AE12; }
span { border-color: rgb(85,174,18); }
td.TdClassName
{
border-color: #55AE12;
}
.TagClassName
{
border-color: #55AE12;
}
</style>