Shades of Kelly Green #5AC002
Tints of Kelly Green #5AC002
RGB
CMYK
RGB Variations
Color information
#5AC002 (or 0x5AC002) is known color: Kelly Green. HEX triplet: 5A, C0 and 02. RGB value is (90,192,2). Sum of RGB (Red+Green+Blue) = 90+192+2=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC002 is #A53FFD. Grayscale: #8C8C8C. Windows color (decimal): -10829822 or 180314. OLE color: 180314.
HSL color Cylindrical-coordinate representation of color #5AC002: hue angle of 92.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AC002 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.25 |
| HSL | 92.21º | 0.98% | 0.38% | - |
| HSV(B) | 92.21º | 0.99% | 0.75% | - |
| XYZ | 23.08 | 39.88 | 6.54 | - |
| YUV | 139.84 | 50.21 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 2 | 0.53 | 0 | 0.99 | 0.25 | 92.21 | 0.98 | 0.38 |
| Hex | 5A | C0 | 2 | 35 | 0 | 63 | 19 | 5C | 62 | 26 |
| Octal | 132 | 300 | 2 | 65 | 0 | 143 | 31 | 134 | 142 | 46 |
| Binary | 1011010 | 11000000 | 10 | 110101 | 0 | 1100011 | 11001 | 1011100 | 1100010 | 100110 |
Color Harmonies of #5AC002
Complementary color
Monochromatic Colors of #5AC002
Black with #5AC002
Text Example
Text Example
White with #5AC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC002; }
p { color: rgb(90,192,2); }
H1.HeaderClassName
{
color: #5AC002;
}
.AnyTagClassName
{
color: #5AC002;
}
</style>
background-color css
<style>
a { background-color: #5AC002; }
a { background-color: rgb(90,192,2); }
div.DivClassName
{
background-color: #5AC002;
}
.BgClassName
{
background-color: #5AC002;
}
</style>
border-color css
<style>
span { border-color: #5AC002; }
span { border-color: rgb(90,192,2); }
td.TdClassName
{
border-color: #5AC002;
}
.TagClassName
{
border-color: #5AC002;
}
</style>