Shades of Kelly Green #5AC015
Tints of Kelly Green #5AC015
RGB
CMYK
RGB Variations
Color information
#5AC015 (or 0x5AC015) is known color: Kelly Green. HEX triplet: 5A, C0 and 15. RGB value is (90,192,21). Sum of RGB (Red+Green+Blue) = 90+192+21=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC015 is #A53FEA. Grayscale: #8E8E8E. Windows color (decimal): -10829803 or 1425498. OLE color: 1425498.
HSL color Cylindrical-coordinate representation of color #5AC015: hue angle of 95.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AC015 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 21 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.25 |
| HSL | 95.79º | 0.8% | 0.42% | - |
| HSV(B) | 95.79º | 0.89% | 0.75% | - |
| XYZ | 23.2 | 39.93 | 7.19 | - |
| YUV | 142.01 | 59.71 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 21 | 0.53 | 0 | 0.89 | 0.25 | 95.79 | 0.8 | 0.42 |
| Hex | 5A | C0 | 15 | 35 | 0 | 59 | 19 | 60 | 50 | 2A |
| Octal | 132 | 300 | 25 | 65 | 0 | 131 | 31 | 140 | 120 | 52 |
| Binary | 1011010 | 11000000 | 10101 | 110101 | 0 | 1011001 | 11001 | 1100000 | 1010000 | 101010 |
Color Harmonies of #5AC015
Complementary color
Monochromatic Colors of #5AC015
Black with #5AC015
Text Example
Text Example
White with #5AC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC015; }
p { color: rgb(90,192,21); }
H1.HeaderClassName
{
color: #5AC015;
}
.AnyTagClassName
{
color: #5AC015;
}
</style>
background-color css
<style>
a { background-color: #5AC015; }
a { background-color: rgb(90,192,21); }
div.DivClassName
{
background-color: #5AC015;
}
.BgClassName
{
background-color: #5AC015;
}
</style>
border-color css
<style>
span { border-color: #5AC015; }
span { border-color: rgb(90,192,21); }
td.TdClassName
{
border-color: #5AC015;
}
.TagClassName
{
border-color: #5AC015;
}
</style>