Shades of Kelly Green #40AD0D
Tints of Kelly Green #40AD0D
RGB
CMYK
RGB Variations
Color information
#40AD0D (or 0x40AD0D) is known color: Kelly Green. HEX triplet: 40, AD and 0D. RGB value is (64,173,13). Sum of RGB (Red+Green+Blue) = 64+173+13=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AD0D is #BF52F2. Grayscale: #7A7A7A. Windows color (decimal): -12538611 or 896320. OLE color: 896320.
HSL color Cylindrical-coordinate representation of color #40AD0D: hue angle of 100.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40AD0D is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 13 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.32 |
| HSL | 100.88º | 0.86% | 0.36% | - |
| HSV(B) | 100.88º | 0.92% | 0.68% | - |
| XYZ | 17.13 | 31.01 | 5.46 | - |
| YUV | 122.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 13 | 0.63 | 0 | 0.92 | 0.32 | 100.88 | 0.86 | 0.36 |
| Hex | 40 | AD | D | 3F | 0 | 5C | 20 | 65 | 56 | 24 |
| Octal | 100 | 255 | 15 | 77 | 0 | 134 | 40 | 145 | 126 | 44 |
| Binary | 1000000 | 10101101 | 1101 | 111111 | 0 | 1011100 | 100000 | 1100101 | 1010110 | 100100 |
Color Harmonies of #40AD0D
Complementary color
Monochromatic Colors of #40AD0D
Black with #40AD0D
Text Example
Text Example
White with #40AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD0D; }
p { color: rgb(64,173,13); }
H1.HeaderClassName
{
color: #40AD0D;
}
.AnyTagClassName
{
color: #40AD0D;
}
</style>
background-color css
<style>
a { background-color: #40AD0D; }
a { background-color: rgb(64,173,13); }
div.DivClassName
{
background-color: #40AD0D;
}
.BgClassName
{
background-color: #40AD0D;
}
</style>
border-color css
<style>
span { border-color: #40AD0D; }
span { border-color: rgb(64,173,13); }
td.TdClassName
{
border-color: #40AD0D;
}
.TagClassName
{
border-color: #40AD0D;
}
</style>