Shades of Kelly Green #5AB014
Tints of Kelly Green #5AB014
RGB
CMYK
RGB Variations
Color information
#5AB014 (or 0x5AB014) is known color: Kelly Green. HEX triplet: 5A, B0 and 14. RGB value is (90,176,20). Sum of RGB (Red+Green+Blue) = 90+176+20=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AB014 is #A54FEB. Grayscale: #858585. Windows color (decimal): -10833900 or 1355866. OLE color: 1355866.
HSL color Cylindrical-coordinate representation of color #5AB014: hue angle of 93.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AB014 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 20 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.31 |
| HSL | 93.08º | 0.8% | 0.38% | - |
| HSV(B) | 93.08º | 0.89% | 0.69% | - |
| XYZ | 19.87 | 33.27 | 6.04 | - |
| YUV | 132.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 20 | 0.49 | 0 | 0.89 | 0.31 | 93.08 | 0.8 | 0.38 |
| Hex | 5A | B0 | 14 | 31 | 0 | 59 | 1F | 5D | 50 | 26 |
| Octal | 132 | 260 | 24 | 61 | 0 | 131 | 37 | 135 | 120 | 46 |
| Binary | 1011010 | 10110000 | 10100 | 110001 | 0 | 1011001 | 11111 | 1011101 | 1010000 | 100110 |
Color Harmonies of #5AB014
Complementary color
Monochromatic Colors of #5AB014
Black with #5AB014
Text Example
Text Example
White with #5AB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB014; }
p { color: rgb(90,176,20); }
H1.HeaderClassName
{
color: #5AB014;
}
.AnyTagClassName
{
color: #5AB014;
}
</style>
background-color css
<style>
a { background-color: #5AB014; }
a { background-color: rgb(90,176,20); }
div.DivClassName
{
background-color: #5AB014;
}
.BgClassName
{
background-color: #5AB014;
}
</style>
border-color css
<style>
span { border-color: #5AB014; }
span { border-color: rgb(90,176,20); }
td.TdClassName
{
border-color: #5AB014;
}
.TagClassName
{
border-color: #5AB014;
}
</style>