Shades of Kelly Green #40A92C
Tints of Kelly Green #40A92C
RGB
CMYK
RGB Variations
Color information
#40A92C (or 0x40A92C) is known color: Kelly Green. HEX triplet: 40, A9 and 2C. RGB value is (64,169,44). Sum of RGB (Red+Green+Blue) = 64+169+44=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #40A92C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A92C is #BF56D3. Grayscale: #7B7B7B. Windows color (decimal): -12539604 or 2926912. OLE color: 2926912.
HSL color Cylindrical-coordinate representation of color #40A92C: hue angle of 110.4º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40A92C is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 44 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.34 |
| HSL | 110.4º | 0.59% | 0.42% | - |
| HSV(B) | 110.4º | 0.74% | 0.66% | - |
| XYZ | 16.76 | 29.65 | 7.22 | - |
| YUV | 123.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 44 | 0.62 | 0 | 0.74 | 0.34 | 110.4 | 0.59 | 0.42 |
| Hex | 40 | A9 | 2C | 3E | 0 | 4A | 22 | 6E | 3B | 2A |
| Octal | 100 | 251 | 54 | 76 | 0 | 112 | 42 | 156 | 73 | 52 |
| Binary | 1000000 | 10101001 | 101100 | 111110 | 0 | 1001010 | 100010 | 1101110 | 111011 | 101010 |
Color Harmonies of #40A92C
Complementary color
Monochromatic Colors of #40A92C
Black with #40A92C
Text Example
Text Example
White with #40A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A92C; }
p { color: rgb(64,169,44); }
H1.HeaderClassName
{
color: #40A92C;
}
.AnyTagClassName
{
color: #40A92C;
}
</style>
background-color css
<style>
a { background-color: #40A92C; }
a { background-color: rgb(64,169,44); }
div.DivClassName
{
background-color: #40A92C;
}
.BgClassName
{
background-color: #40A92C;
}
</style>
border-color css
<style>
span { border-color: #40A92C; }
span { border-color: rgb(64,169,44); }
td.TdClassName
{
border-color: #40A92C;
}
.TagClassName
{
border-color: #40A92C;
}
</style>