Shades of Kelly Green #55AA01
Tints of Kelly Green #55AA01
RGB
CMYK
RGB Variations
Color information
#55AA01 (or 0x55AA01) is known color: Kelly Green. HEX triplet: 55, AA and 01. RGB value is (85,170,1). Sum of RGB (Red+Green+Blue) = 85+170+1=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AA01 is #AA55FE. Grayscale: #7D7D7D. Windows color (decimal): -11163135 or 109141. OLE color: 109141.
HSL color Cylindrical-coordinate representation of color #55AA01: hue angle of 90.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55AA01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.33 |
| HSL | 90.18º | 0.99% | 0.34% | - |
| HSV(B) | 90.18º | 0.99% | 0.67% | - |
| XYZ | 18.13 | 30.68 | 5 | - |
| YUV | 125.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 1 | 0.50 | 0 | 0.99 | 0.33 | 90.18 | 0.99 | 0.34 |
| Hex | 55 | AA | 1 | 32 | 0 | 63 | 21 | 5A | 63 | 22 |
| Octal | 125 | 252 | 1 | 62 | 0 | 143 | 41 | 132 | 143 | 42 |
| Binary | 1010101 | 10101010 | 1 | 110010 | 0 | 1100011 | 100001 | 1011010 | 1100011 | 100010 |
Color Harmonies of #55AA01
Complementary color
Monochromatic Colors of #55AA01
Black with #55AA01
Text Example
Text Example
White with #55AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA01; }
p { color: rgb(85,170,1); }
H1.HeaderClassName
{
color: #55AA01;
}
.AnyTagClassName
{
color: #55AA01;
}
</style>
background-color css
<style>
a { background-color: #55AA01; }
a { background-color: rgb(85,170,1); }
div.DivClassName
{
background-color: #55AA01;
}
.BgClassName
{
background-color: #55AA01;
}
</style>
border-color css
<style>
span { border-color: #55AA01; }
span { border-color: rgb(85,170,1); }
td.TdClassName
{
border-color: #55AA01;
}
.TagClassName
{
border-color: #55AA01;
}
</style>