Shades of Kelly Green #40A902
Tints of Kelly Green #40A902
RGB
CMYK
RGB Variations
Color information
#40A902 (or 0x40A902) is known color: Kelly Green. HEX triplet: 40, A9 and 02. RGB value is (64,169,2). Sum of RGB (Red+Green+Blue) = 64+169+2=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #40A902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A902 is #BF56FD. Grayscale: #777777. Windows color (decimal): -12539646 or 174400. OLE color: 174400.
HSL color Cylindrical-coordinate representation of color #40A902: hue angle of 97.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40A902 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.34 |
| HSL | 97.72º | 0.98% | 0.34% | - |
| HSV(B) | 97.72º | 0.99% | 0.66% | - |
| XYZ | 16.31 | 29.47 | 4.89 | - |
| YUV | 118.57 | 62.21 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 2 | 0.62 | 0 | 0.99 | 0.34 | 97.72 | 0.98 | 0.34 |
| Hex | 40 | A9 | 2 | 3E | 0 | 63 | 22 | 62 | 62 | 22 |
| Octal | 100 | 251 | 2 | 76 | 0 | 143 | 42 | 142 | 142 | 42 |
| Binary | 1000000 | 10101001 | 10 | 111110 | 0 | 1100011 | 100010 | 1100010 | 1100010 | 100010 |
Color Harmonies of #40A902
Complementary color
Monochromatic Colors of #40A902
Black with #40A902
Text Example
Text Example
White with #40A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A902; }
p { color: rgb(64,169,2); }
H1.HeaderClassName
{
color: #40A902;
}
.AnyTagClassName
{
color: #40A902;
}
</style>
background-color css
<style>
a { background-color: #40A902; }
a { background-color: rgb(64,169,2); }
div.DivClassName
{
background-color: #40A902;
}
.BgClassName
{
background-color: #40A902;
}
</style>
border-color css
<style>
span { border-color: #40A902; }
span { border-color: rgb(64,169,2); }
td.TdClassName
{
border-color: #40A902;
}
.TagClassName
{
border-color: #40A902;
}
</style>