Shades of Kelly Green #55A90F
Tints of Kelly Green #55A90F
RGB
CMYK
RGB Variations
Color information
#55A90F (or 0x55A90F) is known color: Kelly Green. HEX triplet: 55, A9 and 0F. RGB value is (85,169,15). Sum of RGB (Red+Green+Blue) = 85+169+15=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 169 (66.41% from 255 or 62.83% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 169 - color contains mainly: green. Hex color #55A90F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A90F is #AA56F0. Grayscale: #7E7E7E. Windows color (decimal): -11163377 or 1026389. OLE color: 1026389.
HSL color Cylindrical-coordinate representation of color #55A90F: hue angle of 92.73º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55A90F is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 15 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.34 |
| HSL | 92.73º | 0.84% | 0.36% | - |
| HSV(B) | 92.73º | 0.91% | 0.66% | - |
| XYZ | 18.02 | 30.34 | 5.36 | - |
| YUV | 126.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 15 | 0.50 | 0 | 0.91 | 0.34 | 92.73 | 0.84 | 0.36 |
| Hex | 55 | A9 | F | 32 | 0 | 5B | 22 | 5D | 54 | 24 |
| Octal | 125 | 251 | 17 | 62 | 0 | 133 | 42 | 135 | 124 | 44 |
| Binary | 1010101 | 10101001 | 1111 | 110010 | 0 | 1011011 | 100010 | 1011101 | 1010100 | 100100 |
Color Harmonies of #55A90F
Complementary color
Monochromatic Colors of #55A90F
Black with #55A90F
Text Example
Text Example
White with #55A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A90F; }
p { color: rgb(85,169,15); }
H1.HeaderClassName
{
color: #55A90F;
}
.AnyTagClassName
{
color: #55A90F;
}
</style>
background-color css
<style>
a { background-color: #55A90F; }
a { background-color: rgb(85,169,15); }
div.DivClassName
{
background-color: #55A90F;
}
.BgClassName
{
background-color: #55A90F;
}
</style>
border-color css
<style>
span { border-color: #55A90F; }
span { border-color: rgb(85,169,15); }
td.TdClassName
{
border-color: #55A90F;
}
.TagClassName
{
border-color: #55A90F;
}
</style>