Shades of Kelly Green #55A908
Tints of Kelly Green #55A908
RGB
CMYK
RGB Variations
Color information
#55A908 (or 0x55A908) is known color: Kelly Green. HEX triplet: 55, A9 and 08. RGB value is (85,169,8). Sum of RGB (Red+Green+Blue) = 85+169+8=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #55A908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A908 is #AA56F7. Grayscale: #7E7E7E. Windows color (decimal): -11163384 or 567637. OLE color: 567637.
HSL color Cylindrical-coordinate representation of color #55A908: hue angle of 91.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55A908 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 8 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.34 |
| HSL | 91.3º | 0.91% | 0.35% | - |
| HSV(B) | 91.3º | 0.95% | 0.66% | - |
| XYZ | 17.98 | 30.32 | 5.14 | - |
| YUV | 125.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 8 | 0.50 | 0 | 0.95 | 0.34 | 91.3 | 0.91 | 0.35 |
| Hex | 55 | A9 | 8 | 32 | 0 | 5F | 22 | 5B | 5B | 23 |
| Octal | 125 | 251 | 10 | 62 | 0 | 137 | 42 | 133 | 133 | 43 |
| Binary | 1010101 | 10101001 | 1000 | 110010 | 0 | 1011111 | 100010 | 1011011 | 1011011 | 100011 |
Color Harmonies of #55A908
Complementary color
Monochromatic Colors of #55A908
Black with #55A908
Text Example
Text Example
White with #55A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A908; }
p { color: rgb(85,169,8); }
H1.HeaderClassName
{
color: #55A908;
}
.AnyTagClassName
{
color: #55A908;
}
</style>
background-color css
<style>
a { background-color: #55A908; }
a { background-color: rgb(85,169,8); }
div.DivClassName
{
background-color: #55A908;
}
.BgClassName
{
background-color: #55A908;
}
</style>
border-color css
<style>
span { border-color: #55A908; }
span { border-color: rgb(85,169,8); }
td.TdClassName
{
border-color: #55A908;
}
.TagClassName
{
border-color: #55A908;
}
</style>