Shades of Kelly Green #5AC117
Tints of Kelly Green #5AC117
RGB
CMYK
RGB Variations
Color information
#5AC117 (or 0x5AC117) is known color: Kelly Green. HEX triplet: 5A, C1 and 17. RGB value is (90,193,23). Sum of RGB (Red+Green+Blue) = 90+193+23=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC117 is #A53EE8. Grayscale: #8F8F8F. Windows color (decimal): -10829545 or 1556826. OLE color: 1556826.
HSL color Cylindrical-coordinate representation of color #5AC117: hue angle of 96.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AC117 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 23 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.24 |
| HSL | 96.35º | 0.79% | 0.42% | - |
| HSV(B) | 96.35º | 0.88% | 0.76% | - |
| XYZ | 23.44 | 40.38 | 7.37 | - |
| YUV | 142.82 | 60.38 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 23 | 0.53 | 0 | 0.88 | 0.24 | 96.35 | 0.79 | 0.42 |
| Hex | 5A | C1 | 17 | 35 | 0 | 58 | 18 | 60 | 4F | 2A |
| Octal | 132 | 301 | 27 | 65 | 0 | 130 | 30 | 140 | 117 | 52 |
| Binary | 1011010 | 11000001 | 10111 | 110101 | 0 | 1011000 | 11000 | 1100000 | 1001111 | 101010 |
Color Harmonies of #5AC117
Complementary color
Monochromatic Colors of #5AC117
Black with #5AC117
Text Example
Text Example
White with #5AC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC117; }
p { color: rgb(90,193,23); }
H1.HeaderClassName
{
color: #5AC117;
}
.AnyTagClassName
{
color: #5AC117;
}
</style>
background-color css
<style>
a { background-color: #5AC117; }
a { background-color: rgb(90,193,23); }
div.DivClassName
{
background-color: #5AC117;
}
.BgClassName
{
background-color: #5AC117;
}
</style>
border-color css
<style>
span { border-color: #5AC117; }
span { border-color: rgb(90,193,23); }
td.TdClassName
{
border-color: #5AC117;
}
.TagClassName
{
border-color: #5AC117;
}
</style>