Shades of Kelly Green #5AC215
Tints of Kelly Green #5AC215
RGB
CMYK
RGB Variations
Color information
#5AC215 (or 0x5AC215) is known color: Kelly Green. HEX triplet: 5A, C2 and 15. RGB value is (90,194,21). Sum of RGB (Red+Green+Blue) = 90+194+21=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC215 is #A53DEA. Grayscale: #8F8F8F. Windows color (decimal): -10829291 or 1426010. OLE color: 1426010.
HSL color Cylindrical-coordinate representation of color #5AC215: hue angle of 96.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AC215 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 21 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.24 |
| HSL | 96.07º | 0.8% | 0.42% | - |
| HSV(B) | 96.07º | 0.89% | 0.76% | - |
| XYZ | 23.64 | 40.81 | 7.34 | - |
| YUV | 143.18 | 59.04 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 21 | 0.54 | 0 | 0.89 | 0.24 | 96.07 | 0.8 | 0.42 |
| Hex | 5A | C2 | 15 | 36 | 0 | 59 | 18 | 60 | 50 | 2A |
| Octal | 132 | 302 | 25 | 66 | 0 | 131 | 30 | 140 | 120 | 52 |
| Binary | 1011010 | 11000010 | 10101 | 110110 | 0 | 1011001 | 11000 | 1100000 | 1010000 | 101010 |
Color Harmonies of #5AC215
Complementary color
Monochromatic Colors of #5AC215
Black with #5AC215
Text Example
Text Example
White with #5AC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC215; }
p { color: rgb(90,194,21); }
H1.HeaderClassName
{
color: #5AC215;
}
.AnyTagClassName
{
color: #5AC215;
}
</style>
background-color css
<style>
a { background-color: #5AC215; }
a { background-color: rgb(90,194,21); }
div.DivClassName
{
background-color: #5AC215;
}
.BgClassName
{
background-color: #5AC215;
}
</style>
border-color css
<style>
span { border-color: #5AC215; }
span { border-color: rgb(90,194,21); }
td.TdClassName
{
border-color: #5AC215;
}
.TagClassName
{
border-color: #5AC215;
}
</style>