Shades of Kelly Green #5AD70A
Tints of Kelly Green #5AD70A
RGB
CMYK
RGB Variations
Color information
#5AD70A (or 0x5AD70A) is known color: Kelly Green. HEX triplet: 5A, D7 and 0A. RGB value is (90,215,10). Sum of RGB (Red+Green+Blue) = 90+215+10=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD70A is #A528F5. Grayscale: #9A9A9A. Windows color (decimal): -10823926 or 710490. OLE color: 710490.
HSL color Cylindrical-coordinate representation of color #5AD70A: hue angle of 96.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AD70A is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 10 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.16 |
| HSL | 96.59º | 0.91% | 0.44% | - |
| HSV(B) | 96.59º | 0.95% | 0.84% | - |
| XYZ | 28.57 | 50.8 | 8.59 | - |
| YUV | 154.26 | 46.59 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 10 | 0.58 | 0 | 0.95 | 0.16 | 96.59 | 0.91 | 0.44 |
| Hex | 5A | D7 | A | 3A | 0 | 5F | 10 | 61 | 5B | 2C |
| Octal | 132 | 327 | 12 | 72 | 0 | 137 | 20 | 141 | 133 | 54 |
| Binary | 1011010 | 11010111 | 1010 | 111010 | 0 | 1011111 | 10000 | 1100001 | 1011011 | 101100 |
Color Harmonies of #5AD70A
Complementary color
Monochromatic Colors of #5AD70A
Black with #5AD70A
Text Example
Text Example
White with #5AD70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD70A; }
p { color: rgb(90,215,10); }
H1.HeaderClassName
{
color: #5AD70A;
}
.AnyTagClassName
{
color: #5AD70A;
}
</style>
background-color css
<style>
a { background-color: #5AD70A; }
a { background-color: rgb(90,215,10); }
div.DivClassName
{
background-color: #5AD70A;
}
.BgClassName
{
background-color: #5AD70A;
}
</style>
border-color css
<style>
span { border-color: #5AD70A; }
span { border-color: rgb(90,215,10); }
td.TdClassName
{
border-color: #5AD70A;
}
.TagClassName
{
border-color: #5AD70A;
}
</style>