Shades of Kelly Green #40AD0F
Tints of Kelly Green #40AD0F
RGB
CMYK
RGB Variations
Color information
#40AD0F (or 0x40AD0F) is known color: Kelly Green. HEX triplet: 40, AD and 0F. RGB value is (64,173,15). Sum of RGB (Red+Green+Blue) = 64+173+15=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AD0F is #BF52F0. Grayscale: #7A7A7A. Windows color (decimal): -12538609 or 1027392. OLE color: 1027392.
HSL color Cylindrical-coordinate representation of color #40AD0F: hue angle of 101.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40AD0F is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 15 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.32 |
| HSL | 101.39º | 0.84% | 0.37% | - |
| HSV(B) | 101.39º | 0.91% | 0.68% | - |
| XYZ | 17.14 | 31.01 | 5.53 | - |
| YUV | 122.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 15 | 0.63 | 0 | 0.91 | 0.32 | 101.39 | 0.84 | 0.37 |
| Hex | 40 | AD | F | 3F | 0 | 5B | 20 | 65 | 54 | 25 |
| Octal | 100 | 255 | 17 | 77 | 0 | 133 | 40 | 145 | 124 | 45 |
| Binary | 1000000 | 10101101 | 1111 | 111111 | 0 | 1011011 | 100000 | 1100101 | 1010100 | 100101 |
Color Harmonies of #40AD0F
Complementary color
Monochromatic Colors of #40AD0F
Black with #40AD0F
Text Example
Text Example
White with #40AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD0F; }
p { color: rgb(64,173,15); }
H1.HeaderClassName
{
color: #40AD0F;
}
.AnyTagClassName
{
color: #40AD0F;
}
</style>
background-color css
<style>
a { background-color: #40AD0F; }
a { background-color: rgb(64,173,15); }
div.DivClassName
{
background-color: #40AD0F;
}
.BgClassName
{
background-color: #40AD0F;
}
</style>
border-color css
<style>
span { border-color: #40AD0F; }
span { border-color: rgb(64,173,15); }
td.TdClassName
{
border-color: #40AD0F;
}
.TagClassName
{
border-color: #40AD0F;
}
</style>