Shades of Kelly Green #5ADA0F
Tints of Kelly Green #5ADA0F
RGB
CMYK
RGB Variations
Color information
#5ADA0F (or 0x5ADA0F) is known color: Kelly Green. HEX triplet: 5A, DA and 0F. RGB value is (90,218,15). Sum of RGB (Red+Green+Blue) = 90+218+15=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADA0F is #A525F0. Grayscale: #9D9D9D. Windows color (decimal): -10823153 or 1038938. OLE color: 1038938.
HSL color Cylindrical-coordinate representation of color #5ADA0F: hue angle of 97.83º degrees, saturation: 0.87, 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 #5ADA0F is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 15 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.15 |
| HSL | 97.83º | 0.87% | 0.46% | - |
| HSV(B) | 97.83º | 0.93% | 0.85% | - |
| XYZ | 29.37 | 52.35 | 9.01 | - |
| YUV | 156.59 | 48.09 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 15 | 0.59 | 0 | 0.93 | 0.15 | 97.83 | 0.87 | 0.46 |
| Hex | 5A | DA | F | 3B | 0 | 5D | F | 62 | 57 | 2E |
| Octal | 132 | 332 | 17 | 73 | 0 | 135 | 17 | 142 | 127 | 56 |
| Binary | 1011010 | 11011010 | 1111 | 111011 | 0 | 1011101 | 1111 | 1100010 | 1010111 | 101110 |
Color Harmonies of #5ADA0F
Complementary color
Monochromatic Colors of #5ADA0F
Black with #5ADA0F
Text Example
Text Example
White with #5ADA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA0F; }
p { color: rgb(90,218,15); }
H1.HeaderClassName
{
color: #5ADA0F;
}
.AnyTagClassName
{
color: #5ADA0F;
}
</style>
background-color css
<style>
a { background-color: #5ADA0F; }
a { background-color: rgb(90,218,15); }
div.DivClassName
{
background-color: #5ADA0F;
}
.BgClassName
{
background-color: #5ADA0F;
}
</style>
border-color css
<style>
span { border-color: #5ADA0F; }
span { border-color: rgb(90,218,15); }
td.TdClassName
{
border-color: #5ADA0F;
}
.TagClassName
{
border-color: #5ADA0F;
}
</style>