Shades of Kelly Green #40A824
Tints of Kelly Green #40A824
RGB
CMYK
RGB Variations
Color information
#40A824 (or 0x40A824) is known color: Kelly Green. HEX triplet: 40, A8 and 24. RGB value is (64,168,36). Sum of RGB (Red+Green+Blue) = 64+168+36=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #40A824 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A824 is #BF57DB. Grayscale: #7A7A7A. Windows color (decimal): -12539868 or 2402368. OLE color: 2402368.
HSL color Cylindrical-coordinate representation of color #40A824: hue angle of 107.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40A824 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 36 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.34 |
| HSL | 107.27º | 0.65% | 0.4% | - |
| HSV(B) | 107.27º | 0.79% | 0.66% | - |
| XYZ | 16.44 | 29.22 | 6.44 | - |
| YUV | 121.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 36 | 0.62 | 0 | 0.79 | 0.34 | 107.27 | 0.65 | 0.4 |
| Hex | 40 | A8 | 24 | 3E | 0 | 4F | 22 | 6B | 41 | 28 |
| Octal | 100 | 250 | 44 | 76 | 0 | 117 | 42 | 153 | 101 | 50 |
| Binary | 1000000 | 10101000 | 100100 | 111110 | 0 | 1001111 | 100010 | 1101011 | 1000001 | 101000 |
Color Harmonies of #40A824
Complementary color
Monochromatic Colors of #40A824
Black with #40A824
Text Example
Text Example
White with #40A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A824; }
p { color: rgb(64,168,36); }
H1.HeaderClassName
{
color: #40A824;
}
.AnyTagClassName
{
color: #40A824;
}
</style>
background-color css
<style>
a { background-color: #40A824; }
a { background-color: rgb(64,168,36); }
div.DivClassName
{
background-color: #40A824;
}
.BgClassName
{
background-color: #40A824;
}
</style>
border-color css
<style>
span { border-color: #40A824; }
span { border-color: rgb(64,168,36); }
td.TdClassName
{
border-color: #40A824;
}
.TagClassName
{
border-color: #40A824;
}
</style>