Shades of Kelly Green #40A002
Tints of Kelly Green #40A002
RGB
CMYK
RGB Variations
Color information
#40A002 (or 0x40A002) is known color: Kelly Green. HEX triplet: 40, A0 and 02. RGB value is (64,160,2). Sum of RGB (Red+Green+Blue) = 64+160+2=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #40A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A002 is #BF5FFD. Grayscale: #717171. Windows color (decimal): -12541950 or 172096. OLE color: 172096.
HSL color Cylindrical-coordinate representation of color #40A002: hue angle of 96.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40A002 is Cyan = 0.6, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 2 | - |
| CMYK | 0.6 | 0 | 0.99 | 0.37 |
| HSL | 96.46º | 0.98% | 0.32% | - |
| HSV(B) | 96.46º | 0.99% | 0.63% | - |
| XYZ | 14.7 | 26.24 | 4.35 | - |
| YUV | 113.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 2 | 0.6 | 0 | 0.99 | 0.37 | 96.46 | 0.98 | 0.32 |
| Hex | 40 | A0 | 2 | 3C | 0 | 63 | 25 | 60 | 62 | 20 |
| Octal | 100 | 240 | 2 | 74 | 0 | 143 | 45 | 140 | 142 | 40 |
| Binary | 1000000 | 10100000 | 10 | 111100 | 0 | 1100011 | 100101 | 1100000 | 1100010 | 100000 |
Color Harmonies of #40A002
Complementary color
Monochromatic Colors of #40A002
Black with #40A002
Text Example
Text Example
White with #40A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A002; }
p { color: rgb(64,160,2); }
H1.HeaderClassName
{
color: #40A002;
}
.AnyTagClassName
{
color: #40A002;
}
</style>
background-color css
<style>
a { background-color: #40A002; }
a { background-color: rgb(64,160,2); }
div.DivClassName
{
background-color: #40A002;
}
.BgClassName
{
background-color: #40A002;
}
</style>
border-color css
<style>
span { border-color: #40A002; }
span { border-color: rgb(64,160,2); }
td.TdClassName
{
border-color: #40A002;
}
.TagClassName
{
border-color: #40A002;
}
</style>