Shades of Kelly Green #5ABC10
Tints of Kelly Green #5ABC10
RGB
CMYK
RGB Variations
Color information
#5ABC10 (or 0x5ABC10) is known color: Kelly Green. HEX triplet: 5A, BC and 10. RGB value is (90,188,16). Sum of RGB (Red+Green+Blue) = 90+188+16=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABC10 is #A543EF. Grayscale: #8B8B8B. Windows color (decimal): -10830832 or 1096794. OLE color: 1096794.
HSL color Cylindrical-coordinate representation of color #5ABC10: hue angle of 94.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ABC10 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 16 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.26 |
| HSL | 94.19º | 0.84% | 0.4% | - |
| HSV(B) | 94.19º | 0.91% | 0.74% | - |
| XYZ | 22.29 | 38.18 | 6.68 | - |
| YUV | 139.09 | 58.53 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 16 | 0.52 | 0 | 0.91 | 0.26 | 94.19 | 0.84 | 0.4 |
| Hex | 5A | BC | 10 | 34 | 0 | 5B | 1A | 5E | 54 | 28 |
| Octal | 132 | 274 | 20 | 64 | 0 | 133 | 32 | 136 | 124 | 50 |
| Binary | 1011010 | 10111100 | 10000 | 110100 | 0 | 1011011 | 11010 | 1011110 | 1010100 | 101000 |
Color Harmonies of #5ABC10
Complementary color
Monochromatic Colors of #5ABC10
Black with #5ABC10
Text Example
Text Example
White with #5ABC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC10; }
p { color: rgb(90,188,16); }
H1.HeaderClassName
{
color: #5ABC10;
}
.AnyTagClassName
{
color: #5ABC10;
}
</style>
background-color css
<style>
a { background-color: #5ABC10; }
a { background-color: rgb(90,188,16); }
div.DivClassName
{
background-color: #5ABC10;
}
.BgClassName
{
background-color: #5ABC10;
}
</style>
border-color css
<style>
span { border-color: #5ABC10; }
span { border-color: rgb(90,188,16); }
td.TdClassName
{
border-color: #5ABC10;
}
.TagClassName
{
border-color: #5ABC10;
}
</style>