Shades of Kelly Green #5AB114
Tints of Kelly Green #5AB114
RGB
CMYK
RGB Variations
Color information
#5AB114 (or 0x5AB114) is known color: Kelly Green. HEX triplet: 5A, B1 and 14. RGB value is (90,177,20). Sum of RGB (Red+Green+Blue) = 90+177+20=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AB114 is #A54EEB. Grayscale: #858585. Windows color (decimal): -10833644 or 1356122. OLE color: 1356122.
HSL color Cylindrical-coordinate representation of color #5AB114: hue angle of 93.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AB114 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 20 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.31 |
| HSL | 93.25º | 0.8% | 0.39% | - |
| HSV(B) | 93.25º | 0.89% | 0.69% | - |
| XYZ | 20.06 | 33.67 | 6.1 | - |
| YUV | 133.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 20 | 0.49 | 0 | 0.89 | 0.31 | 93.25 | 0.8 | 0.39 |
| Hex | 5A | B1 | 14 | 31 | 0 | 59 | 1F | 5D | 50 | 27 |
| Octal | 132 | 261 | 24 | 61 | 0 | 131 | 37 | 135 | 120 | 47 |
| Binary | 1011010 | 10110001 | 10100 | 110001 | 0 | 1011001 | 11111 | 1011101 | 1010000 | 100111 |
Color Harmonies of #5AB114
Complementary color
Monochromatic Colors of #5AB114
Black with #5AB114
Text Example
Text Example
White with #5AB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB114; }
p { color: rgb(90,177,20); }
H1.HeaderClassName
{
color: #5AB114;
}
.AnyTagClassName
{
color: #5AB114;
}
</style>
background-color css
<style>
a { background-color: #5AB114; }
a { background-color: rgb(90,177,20); }
div.DivClassName
{
background-color: #5AB114;
}
.BgClassName
{
background-color: #5AB114;
}
</style>
border-color css
<style>
span { border-color: #5AB114; }
span { border-color: rgb(90,177,20); }
td.TdClassName
{
border-color: #5AB114;
}
.TagClassName
{
border-color: #5AB114;
}
</style>