Shades of Kelly Green #5AC508
Tints of Kelly Green #5AC508
RGB
CMYK
RGB Variations
Color information
#5AC508 (or 0x5AC508) is known color: Kelly Green. HEX triplet: 5A, C5 and 08. RGB value is (90,197,8). Sum of RGB (Red+Green+Blue) = 90+197+8=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC508 is #A53AF7. Grayscale: #909090. Windows color (decimal): -10828536 or 574810. OLE color: 574810.
HSL color Cylindrical-coordinate representation of color #5AC508: hue angle of 93.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AC508 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 8 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.23 |
| HSL | 93.97º | 0.92% | 0.4% | - |
| HSV(B) | 93.97º | 0.96% | 0.77% | - |
| XYZ | 24.23 | 42.12 | 7.08 | - |
| YUV | 143.46 | 51.55 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 8 | 0.54 | 0 | 0.96 | 0.23 | 93.97 | 0.92 | 0.4 |
| Hex | 5A | C5 | 8 | 36 | 0 | 60 | 17 | 5E | 5C | 28 |
| Octal | 132 | 305 | 10 | 66 | 0 | 140 | 27 | 136 | 134 | 50 |
| Binary | 1011010 | 11000101 | 1000 | 110110 | 0 | 1100000 | 10111 | 1011110 | 1011100 | 101000 |
Color Harmonies of #5AC508
Complementary color
Monochromatic Colors of #5AC508
Black with #5AC508
Text Example
Text Example
White with #5AC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC508; }
p { color: rgb(90,197,8); }
H1.HeaderClassName
{
color: #5AC508;
}
.AnyTagClassName
{
color: #5AC508;
}
</style>
background-color css
<style>
a { background-color: #5AC508; }
a { background-color: rgb(90,197,8); }
div.DivClassName
{
background-color: #5AC508;
}
.BgClassName
{
background-color: #5AC508;
}
</style>
border-color css
<style>
span { border-color: #5AC508; }
span { border-color: rgb(90,197,8); }
td.TdClassName
{
border-color: #5AC508;
}
.TagClassName
{
border-color: #5AC508;
}
</style>