Shades of Kelly Green #5ADA10
Tints of Kelly Green #5ADA10
RGB
CMYK
RGB Variations
Color information
#5ADA10 (or 0x5ADA10) is known color: Kelly Green. HEX triplet: 5A, DA and 10. RGB value is (90,218,16). Sum of RGB (Red+Green+Blue) = 90+218+16=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADA10 is #A525EF. Grayscale: #9D9D9D. Windows color (decimal): -10823152 or 1104474. OLE color: 1104474.
HSL color Cylindrical-coordinate representation of color #5ADA10: hue angle of 98.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5ADA10 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 16 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.15 |
| HSL | 98.02º | 0.86% | 0.46% | - |
| HSV(B) | 98.02º | 0.93% | 0.85% | - |
| XYZ | 29.38 | 52.35 | 9.05 | - |
| YUV | 156.7 | 48.59 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 16 | 0.59 | 0 | 0.93 | 0.15 | 98.02 | 0.86 | 0.46 |
| Hex | 5A | DA | 10 | 3B | 0 | 5D | F | 62 | 56 | 2E |
| Octal | 132 | 332 | 20 | 73 | 0 | 135 | 17 | 142 | 126 | 56 |
| Binary | 1011010 | 11011010 | 10000 | 111011 | 0 | 1011101 | 1111 | 1100010 | 1010110 | 101110 |
Color Harmonies of #5ADA10
Complementary color
Monochromatic Colors of #5ADA10
Black with #5ADA10
Text Example
Text Example
White with #5ADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA10; }
p { color: rgb(90,218,16); }
H1.HeaderClassName
{
color: #5ADA10;
}
.AnyTagClassName
{
color: #5ADA10;
}
</style>
background-color css
<style>
a { background-color: #5ADA10; }
a { background-color: rgb(90,218,16); }
div.DivClassName
{
background-color: #5ADA10;
}
.BgClassName
{
background-color: #5ADA10;
}
</style>
border-color css
<style>
span { border-color: #5ADA10; }
span { border-color: rgb(90,218,16); }
td.TdClassName
{
border-color: #5ADA10;
}
.TagClassName
{
border-color: #5ADA10;
}
</style>