Shades of Kelly Green #5AC416
Tints of Kelly Green #5AC416
RGB
CMYK
RGB Variations
Color information
#5AC416 (or 0x5AC416) is known color: Kelly Green. HEX triplet: 5A, C4 and 16. RGB value is (90,196,22). Sum of RGB (Red+Green+Blue) = 90+196+22=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC416 is #A53BE9. Grayscale: #919191. Windows color (decimal): -10828778 or 1492058. OLE color: 1492058.
HSL color Cylindrical-coordinate representation of color #5AC416: hue angle of 96.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AC416 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 22 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.23 |
| HSL | 96.55º | 0.8% | 0.43% | - |
| HSV(B) | 96.55º | 0.89% | 0.77% | - |
| XYZ | 24.1 | 41.71 | 7.54 | - |
| YUV | 144.47 | 58.88 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 22 | 0.54 | 0 | 0.89 | 0.23 | 96.55 | 0.8 | 0.43 |
| Hex | 5A | C4 | 16 | 36 | 0 | 59 | 17 | 61 | 50 | 2B |
| Octal | 132 | 304 | 26 | 66 | 0 | 131 | 27 | 141 | 120 | 53 |
| Binary | 1011010 | 11000100 | 10110 | 110110 | 0 | 1011001 | 10111 | 1100001 | 1010000 | 101011 |
Color Harmonies of #5AC416
Complementary color
Monochromatic Colors of #5AC416
Black with #5AC416
Text Example
Text Example
White with #5AC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC416; }
p { color: rgb(90,196,22); }
H1.HeaderClassName
{
color: #5AC416;
}
.AnyTagClassName
{
color: #5AC416;
}
</style>
background-color css
<style>
a { background-color: #5AC416; }
a { background-color: rgb(90,196,22); }
div.DivClassName
{
background-color: #5AC416;
}
.BgClassName
{
background-color: #5AC416;
}
</style>
border-color css
<style>
span { border-color: #5AC416; }
span { border-color: rgb(90,196,22); }
td.TdClassName
{
border-color: #5AC416;
}
.TagClassName
{
border-color: #5AC416;
}
</style>