Shades of Kelly Green #5AC019
Tints of Kelly Green #5AC019
RGB
CMYK
RGB Variations
Color information
#5AC019 (or 0x5AC019) is known color: Kelly Green. HEX triplet: 5A, C0 and 19. RGB value is (90,192,25). Sum of RGB (Red+Green+Blue) = 90+192+25=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC019 is #A53FE6. Grayscale: #8F8F8F. Windows color (decimal): -10829799 or 1687642. OLE color: 1687642.
HSL color Cylindrical-coordinate representation of color #5AC019: hue angle of 96.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AC019 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 25 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.25 |
| HSL | 96.65º | 0.77% | 0.43% | - |
| HSV(B) | 96.65º | 0.87% | 0.75% | - |
| XYZ | 23.24 | 39.94 | 7.4 | - |
| YUV | 142.46 | 61.71 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 25 | 0.53 | 0 | 0.87 | 0.25 | 96.65 | 0.77 | 0.43 |
| Hex | 5A | C0 | 19 | 35 | 0 | 57 | 19 | 61 | 4D | 2B |
| Octal | 132 | 300 | 31 | 65 | 0 | 127 | 31 | 141 | 115 | 53 |
| Binary | 1011010 | 11000000 | 11001 | 110101 | 0 | 1010111 | 11001 | 1100001 | 1001101 | 101011 |
Color Harmonies of #5AC019
Complementary color
Monochromatic Colors of #5AC019
Black with #5AC019
Text Example
Text Example
White with #5AC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC019; }
p { color: rgb(90,192,25); }
H1.HeaderClassName
{
color: #5AC019;
}
.AnyTagClassName
{
color: #5AC019;
}
</style>
background-color css
<style>
a { background-color: #5AC019; }
a { background-color: rgb(90,192,25); }
div.DivClassName
{
background-color: #5AC019;
}
.BgClassName
{
background-color: #5AC019;
}
</style>
border-color css
<style>
span { border-color: #5AC019; }
span { border-color: rgb(90,192,25); }
td.TdClassName
{
border-color: #5AC019;
}
.TagClassName
{
border-color: #5AC019;
}
</style>