Shades of Kelly Green #5AB214
Tints of Kelly Green #5AB214
RGB
CMYK
RGB Variations
Color information
#5AB214 (or 0x5AB214) is known color: Kelly Green. HEX triplet: 5A, B2 and 14. RGB value is (90,178,20). Sum of RGB (Red+Green+Blue) = 90+178+20=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AB214 is #A54DEB. Grayscale: #868686. Windows color (decimal): -10833388 or 1356378. OLE color: 1356378.
HSL color Cylindrical-coordinate representation of color #5AB214: hue angle of 93.42º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AB214 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 20 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.30 |
| HSL | 93.42º | 0.8% | 0.39% | - |
| HSV(B) | 93.42º | 0.89% | 0.7% | - |
| XYZ | 20.26 | 34.06 | 6.17 | - |
| YUV | 133.68 | 63.85 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 20 | 0.49 | 0 | 0.89 | 0.30 | 93.42 | 0.8 | 0.39 |
| Hex | 5A | B2 | 14 | 31 | 0 | 59 | 1E | 5D | 50 | 27 |
| Octal | 132 | 262 | 24 | 61 | 0 | 131 | 36 | 135 | 120 | 47 |
| Binary | 1011010 | 10110010 | 10100 | 110001 | 0 | 1011001 | 11110 | 1011101 | 1010000 | 100111 |
Color Harmonies of #5AB214
Complementary color
Monochromatic Colors of #5AB214
Black with #5AB214
Text Example
Text Example
White with #5AB214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB214; }
p { color: rgb(90,178,20); }
H1.HeaderClassName
{
color: #5AB214;
}
.AnyTagClassName
{
color: #5AB214;
}
</style>
background-color css
<style>
a { background-color: #5AB214; }
a { background-color: rgb(90,178,20); }
div.DivClassName
{
background-color: #5AB214;
}
.BgClassName
{
background-color: #5AB214;
}
</style>
border-color css
<style>
span { border-color: #5AB214; }
span { border-color: rgb(90,178,20); }
td.TdClassName
{
border-color: #5AB214;
}
.TagClassName
{
border-color: #5AB214;
}
</style>