Shades of Kelly Green #55A902
Tints of Kelly Green #55A902
RGB
CMYK
RGB Variations
Color information
#55A902 (or 0x55A902) is known color: Kelly Green. HEX triplet: 55, A9 and 02. RGB value is (85,169,2). Sum of RGB (Red+Green+Blue) = 85+169+2=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #55A902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A902 is #AA56FD. Grayscale: #7D7D7D. Windows color (decimal): -11163390 or 174421. OLE color: 174421.
HSL color Cylindrical-coordinate representation of color #55A902: hue angle of 90.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55A902 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.34 |
| HSL | 90.18º | 0.98% | 0.34% | - |
| HSV(B) | 90.18º | 0.99% | 0.66% | - |
| XYZ | 17.95 | 30.31 | 4.96 | - |
| YUV | 124.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 2 | 0.50 | 0 | 0.99 | 0.34 | 90.18 | 0.98 | 0.34 |
| Hex | 55 | A9 | 2 | 32 | 0 | 63 | 22 | 5A | 62 | 22 |
| Octal | 125 | 251 | 2 | 62 | 0 | 143 | 42 | 132 | 142 | 42 |
| Binary | 1010101 | 10101001 | 10 | 110010 | 0 | 1100011 | 100010 | 1011010 | 1100010 | 100010 |
Color Harmonies of #55A902
Complementary color
Monochromatic Colors of #55A902
Black with #55A902
Text Example
Text Example
White with #55A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A902; }
p { color: rgb(85,169,2); }
H1.HeaderClassName
{
color: #55A902;
}
.AnyTagClassName
{
color: #55A902;
}
</style>
background-color css
<style>
a { background-color: #55A902; }
a { background-color: rgb(85,169,2); }
div.DivClassName
{
background-color: #55A902;
}
.BgClassName
{
background-color: #55A902;
}
</style>
border-color css
<style>
span { border-color: #55A902; }
span { border-color: rgb(85,169,2); }
td.TdClassName
{
border-color: #55A902;
}
.TagClassName
{
border-color: #55A902;
}
</style>