Shades of Kelly Green #40A90E
Tints of Kelly Green #40A90E
RGB
CMYK
RGB Variations
Color information
#40A90E (or 0x40A90E) is known color: Kelly Green. HEX triplet: 40, A9 and 0E. RGB value is (64,169,14). Sum of RGB (Red+Green+Blue) = 64+169+14=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #40A90E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A90E is #BF56F1. Grayscale: #787878. Windows color (decimal): -12539634 or 960832. OLE color: 960832.
HSL color Cylindrical-coordinate representation of color #40A90E: hue angle of 100.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40A90E is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 14 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.34 |
| HSL | 100.65º | 0.85% | 0.36% | - |
| HSV(B) | 100.65º | 0.92% | 0.66% | - |
| XYZ | 16.38 | 29.5 | 5.25 | - |
| YUV | 119.94 | 68.21 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 14 | 0.62 | 0 | 0.92 | 0.34 | 100.65 | 0.85 | 0.36 |
| Hex | 40 | A9 | E | 3E | 0 | 5C | 22 | 65 | 55 | 24 |
| Octal | 100 | 251 | 16 | 76 | 0 | 134 | 42 | 145 | 125 | 44 |
| Binary | 1000000 | 10101001 | 1110 | 111110 | 0 | 1011100 | 100010 | 1100101 | 1010101 | 100100 |
Color Harmonies of #40A90E
Complementary color
Monochromatic Colors of #40A90E
Black with #40A90E
Text Example
Text Example
White with #40A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A90E; }
p { color: rgb(64,169,14); }
H1.HeaderClassName
{
color: #40A90E;
}
.AnyTagClassName
{
color: #40A90E;
}
</style>
background-color css
<style>
a { background-color: #40A90E; }
a { background-color: rgb(64,169,14); }
div.DivClassName
{
background-color: #40A90E;
}
.BgClassName
{
background-color: #40A90E;
}
</style>
border-color css
<style>
span { border-color: #40A90E; }
span { border-color: rgb(64,169,14); }
td.TdClassName
{
border-color: #40A90E;
}
.TagClassName
{
border-color: #40A90E;
}
</style>