Shades of Kelly Green #5AB70C
Tints of Kelly Green #5AB70C
RGB
CMYK
RGB Variations
Color information
#5AB70C (or 0x5AB70C) is known color: Kelly Green. HEX triplet: 5A, B7 and 0C. RGB value is (90,183,12). Sum of RGB (Red+Green+Blue) = 90+183+12=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AB70C is #A548F3. Grayscale: #888888. Windows color (decimal): -10832116 or 833370. OLE color: 833370.
HSL color Cylindrical-coordinate representation of color #5AB70C: hue angle of 92.63º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AB70C is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 12 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.28 |
| HSL | 92.63º | 0.88% | 0.38% | - |
| HSV(B) | 92.63º | 0.93% | 0.72% | - |
| XYZ | 21.22 | 36.07 | 6.19 | - |
| YUV | 135.7 | 58.19 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 12 | 0.51 | 0 | 0.93 | 0.28 | 92.63 | 0.88 | 0.38 |
| Hex | 5A | B7 | C | 33 | 0 | 5D | 1C | 5D | 58 | 26 |
| Octal | 132 | 267 | 14 | 63 | 0 | 135 | 34 | 135 | 130 | 46 |
| Binary | 1011010 | 10110111 | 1100 | 110011 | 0 | 1011101 | 11100 | 1011101 | 1011000 | 100110 |
Color Harmonies of #5AB70C
Complementary color
Monochromatic Colors of #5AB70C
Black with #5AB70C
Text Example
Text Example
White with #5AB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB70C; }
p { color: rgb(90,183,12); }
H1.HeaderClassName
{
color: #5AB70C;
}
.AnyTagClassName
{
color: #5AB70C;
}
</style>
background-color css
<style>
a { background-color: #5AB70C; }
a { background-color: rgb(90,183,12); }
div.DivClassName
{
background-color: #5AB70C;
}
.BgClassName
{
background-color: #5AB70C;
}
</style>
border-color css
<style>
span { border-color: #5AB70C; }
span { border-color: rgb(90,183,12); }
td.TdClassName
{
border-color: #5AB70C;
}
.TagClassName
{
border-color: #5AB70C;
}
</style>