Shades of Kelly Green #5AB312
Tints of Kelly Green #5AB312
RGB
CMYK
RGB Variations
Color information
#5AB312 (or 0x5AB312) is known color: Kelly Green. HEX triplet: 5A, B3 and 12. RGB value is (90,179,18). Sum of RGB (Red+Green+Blue) = 90+179+18=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AB312 is #A54CED. Grayscale: #868686. Windows color (decimal): -10833134 or 1225562. OLE color: 1225562.
HSL color Cylindrical-coordinate representation of color #5AB312: hue angle of 93.17º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AB312 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 18 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.30 |
| HSL | 93.17º | 0.82% | 0.39% | - |
| HSV(B) | 93.17º | 0.9% | 0.7% | - |
| XYZ | 20.45 | 34.46 | 6.15 | - |
| YUV | 134.04 | 62.51 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 18 | 0.50 | 0 | 0.90 | 0.30 | 93.17 | 0.82 | 0.39 |
| Hex | 5A | B3 | 12 | 32 | 0 | 5A | 1E | 5D | 52 | 27 |
| Octal | 132 | 263 | 22 | 62 | 0 | 132 | 36 | 135 | 122 | 47 |
| Binary | 1011010 | 10110011 | 10010 | 110010 | 0 | 1011010 | 11110 | 1011101 | 1010010 | 100111 |
Color Harmonies of #5AB312
Complementary color
Monochromatic Colors of #5AB312
Black with #5AB312
Text Example
Text Example
White with #5AB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB312; }
p { color: rgb(90,179,18); }
H1.HeaderClassName
{
color: #5AB312;
}
.AnyTagClassName
{
color: #5AB312;
}
</style>
background-color css
<style>
a { background-color: #5AB312; }
a { background-color: rgb(90,179,18); }
div.DivClassName
{
background-color: #5AB312;
}
.BgClassName
{
background-color: #5AB312;
}
</style>
border-color css
<style>
span { border-color: #5AB312; }
span { border-color: rgb(90,179,18); }
td.TdClassName
{
border-color: #5AB312;
}
.TagClassName
{
border-color: #5AB312;
}
</style>