Shades of Kelly Green #40AB0E
Tints of Kelly Green #40AB0E
RGB
CMYK
RGB Variations
Color information
#40AB0E (or 0x40AB0E) is known color: Kelly Green. HEX triplet: 40, AB and 0E. RGB value is (64,171,14). Sum of RGB (Red+Green+Blue) = 64+171+14=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AB0E is #BF54F1. Grayscale: #797979. Windows color (decimal): -12539122 or 961344. OLE color: 961344.
HSL color Cylindrical-coordinate representation of color #40AB0E: hue angle of 100.89º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40AB0E is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 14 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.33 |
| HSL | 100.89º | 0.85% | 0.36% | - |
| HSV(B) | 100.89º | 0.92% | 0.67% | - |
| XYZ | 16.76 | 30.25 | 5.37 | - |
| YUV | 121.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 14 | 0.63 | 0 | 0.92 | 0.33 | 100.89 | 0.85 | 0.36 |
| Hex | 40 | AB | E | 3F | 0 | 5C | 21 | 65 | 55 | 24 |
| Octal | 100 | 253 | 16 | 77 | 0 | 134 | 41 | 145 | 125 | 44 |
| Binary | 1000000 | 10101011 | 1110 | 111111 | 0 | 1011100 | 100001 | 1100101 | 1010101 | 100100 |
Color Harmonies of #40AB0E
Complementary color
Monochromatic Colors of #40AB0E
Black with #40AB0E
Text Example
Text Example
White with #40AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB0E; }
p { color: rgb(64,171,14); }
H1.HeaderClassName
{
color: #40AB0E;
}
.AnyTagClassName
{
color: #40AB0E;
}
</style>
background-color css
<style>
a { background-color: #40AB0E; }
a { background-color: rgb(64,171,14); }
div.DivClassName
{
background-color: #40AB0E;
}
.BgClassName
{
background-color: #40AB0E;
}
</style>
border-color css
<style>
span { border-color: #40AB0E; }
span { border-color: rgb(64,171,14); }
td.TdClassName
{
border-color: #40AB0E;
}
.TagClassName
{
border-color: #40AB0E;
}
</style>