Shades of Kelly Green #5AC116
Tints of Kelly Green #5AC116
RGB
CMYK
RGB Variations
Color information
#5AC116 (or 0x5AC116) is known color: Kelly Green. HEX triplet: 5A, C1 and 16. RGB value is (90,193,22). Sum of RGB (Red+Green+Blue) = 90+193+22=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC116 is #A53EE9. Grayscale: #8F8F8F. Windows color (decimal): -10829546 or 1491290. OLE color: 1491290.
HSL color Cylindrical-coordinate representation of color #5AC116: hue angle of 96.14º 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 #5AC116 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 22 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.24 |
| HSL | 96.14º | 0.8% | 0.42% | - |
| HSV(B) | 96.14º | 0.89% | 0.76% | - |
| XYZ | 23.43 | 40.37 | 7.32 | - |
| YUV | 142.71 | 59.88 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 22 | 0.53 | 0 | 0.89 | 0.24 | 96.14 | 0.8 | 0.42 |
| Hex | 5A | C1 | 16 | 35 | 0 | 59 | 18 | 60 | 50 | 2A |
| Octal | 132 | 301 | 26 | 65 | 0 | 131 | 30 | 140 | 120 | 52 |
| Binary | 1011010 | 11000001 | 10110 | 110101 | 0 | 1011001 | 11000 | 1100000 | 1010000 | 101010 |
Color Harmonies of #5AC116
Complementary color
Monochromatic Colors of #5AC116
Black with #5AC116
Text Example
Text Example
White with #5AC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC116; }
p { color: rgb(90,193,22); }
H1.HeaderClassName
{
color: #5AC116;
}
.AnyTagClassName
{
color: #5AC116;
}
</style>
background-color css
<style>
a { background-color: #5AC116; }
a { background-color: rgb(90,193,22); }
div.DivClassName
{
background-color: #5AC116;
}
.BgClassName
{
background-color: #5AC116;
}
</style>
border-color css
<style>
span { border-color: #5AC116; }
span { border-color: rgb(90,193,22); }
td.TdClassName
{
border-color: #5AC116;
}
.TagClassName
{
border-color: #5AC116;
}
</style>