Shades of Kelly Green #409F0E
Tints of Kelly Green #409F0E
RGB
CMYK
RGB Variations
Color information
#409F0E (or 0x409F0E) is known color: Kelly Green. HEX triplet: 40, 9F and 0E. RGB value is (64,159,14). Sum of RGB (Red+Green+Blue) = 64+159+14=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 159 (62.5% from 255 or 67.09% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 159 - color contains mainly: green. Hex color #409F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409F0E is #BF60F1. Grayscale: #727272. Windows color (decimal): -12542194 or 958272. OLE color: 958272.
HSL color Cylindrical-coordinate representation of color #409F0E: hue angle of 99.31º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #409F0E is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 14 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.38 |
| HSL | 99.31º | 0.84% | 0.34% | - |
| HSV(B) | 99.31º | 0.91% | 0.62% | - |
| XYZ | 14.59 | 25.92 | 4.65 | - |
| YUV | 114.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 14 | 0.60 | 0 | 0.91 | 0.38 | 99.31 | 0.84 | 0.34 |
| Hex | 40 | 9F | E | 3C | 0 | 5B | 26 | 63 | 54 | 22 |
| Octal | 100 | 237 | 16 | 74 | 0 | 133 | 46 | 143 | 124 | 42 |
| Binary | 1000000 | 10011111 | 1110 | 111100 | 0 | 1011011 | 100110 | 1100011 | 1010100 | 100010 |
Color Harmonies of #409F0E
Complementary color
Monochromatic Colors of #409F0E
Black with #409F0E
Text Example
Text Example
White with #409F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F0E; }
p { color: rgb(64,159,14); }
H1.HeaderClassName
{
color: #409F0E;
}
.AnyTagClassName
{
color: #409F0E;
}
</style>
background-color css
<style>
a { background-color: #409F0E; }
a { background-color: rgb(64,159,14); }
div.DivClassName
{
background-color: #409F0E;
}
.BgClassName
{
background-color: #409F0E;
}
</style>
border-color css
<style>
span { border-color: #409F0E; }
span { border-color: rgb(64,159,14); }
td.TdClassName
{
border-color: #409F0E;
}
.TagClassName
{
border-color: #409F0E;
}
</style>