Shades of Kelly Green #40A814
Tints of Kelly Green #40A814
RGB
CMYK
RGB Variations
Color information
#40A814 (or 0x40A814) is known color: Kelly Green. HEX triplet: 40, A8 and 14. RGB value is (64,168,20). Sum of RGB (Red+Green+Blue) = 64+168+20=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 168 (66.02% from 255 or 66.67% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 168 - color contains mainly: green. Hex color #40A814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A814 is #BF57EB. Grayscale: #787878. Windows color (decimal): -12539884 or 1353792. OLE color: 1353792.
HSL color Cylindrical-coordinate representation of color #40A814: hue angle of 102.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40A814 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 20 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.34 |
| HSL | 102.16º | 0.79% | 0.37% | - |
| HSV(B) | 102.16º | 0.88% | 0.66% | - |
| XYZ | 16.24 | 29.15 | 5.43 | - |
| YUV | 120.03 | 71.54 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 20 | 0.62 | 0 | 0.88 | 0.34 | 102.16 | 0.79 | 0.37 |
| Hex | 40 | A8 | 14 | 3E | 0 | 58 | 22 | 66 | 4F | 25 |
| Octal | 100 | 250 | 24 | 76 | 0 | 130 | 42 | 146 | 117 | 45 |
| Binary | 1000000 | 10101000 | 10100 | 111110 | 0 | 1011000 | 100010 | 1100110 | 1001111 | 100101 |
Color Harmonies of #40A814
Complementary color
Monochromatic Colors of #40A814
Black with #40A814
Text Example
Text Example
White with #40A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A814; }
p { color: rgb(64,168,20); }
H1.HeaderClassName
{
color: #40A814;
}
.AnyTagClassName
{
color: #40A814;
}
</style>
background-color css
<style>
a { background-color: #40A814; }
a { background-color: rgb(64,168,20); }
div.DivClassName
{
background-color: #40A814;
}
.BgClassName
{
background-color: #40A814;
}
</style>
border-color css
<style>
span { border-color: #40A814; }
span { border-color: rgb(64,168,20); }
td.TdClassName
{
border-color: #40A814;
}
.TagClassName
{
border-color: #40A814;
}
</style>