Shades of Kelly Green #40A610
Tints of Kelly Green #40A610
RGB
CMYK
RGB Variations
Color information
#40A610 (or 0x40A610) is known color: Kelly Green. HEX triplet: 40, A6 and 10. RGB value is (64,166,16). Sum of RGB (Red+Green+Blue) = 64+166+16=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 166 (65.23% from 255 or 67.48% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 166 - color contains mainly: green. Hex color #40A610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A610 is #BF59EF. Grayscale: #767676. Windows color (decimal): -12540400 or 1091136. OLE color: 1091136.
HSL color Cylindrical-coordinate representation of color #40A610: hue angle of 100.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40A610 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 16 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.35 |
| HSL | 100.8º | 0.82% | 0.36% | - |
| HSV(B) | 100.8º | 0.9% | 0.65% | - |
| XYZ | 15.84 | 28.4 | 5.14 | - |
| YUV | 118.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 16 | 0.61 | 0 | 0.90 | 0.35 | 100.8 | 0.82 | 0.36 |
| Hex | 40 | A6 | 10 | 3D | 0 | 5A | 23 | 65 | 52 | 24 |
| Octal | 100 | 246 | 20 | 75 | 0 | 132 | 43 | 145 | 122 | 44 |
| Binary | 1000000 | 10100110 | 10000 | 111101 | 0 | 1011010 | 100011 | 1100101 | 1010010 | 100100 |
Color Harmonies of #40A610
Complementary color
Monochromatic Colors of #40A610
Black with #40A610
Text Example
Text Example
White with #40A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A610; }
p { color: rgb(64,166,16); }
H1.HeaderClassName
{
color: #40A610;
}
.AnyTagClassName
{
color: #40A610;
}
</style>
background-color css
<style>
a { background-color: #40A610; }
a { background-color: rgb(64,166,16); }
div.DivClassName
{
background-color: #40A610;
}
.BgClassName
{
background-color: #40A610;
}
</style>
border-color css
<style>
span { border-color: #40A610; }
span { border-color: rgb(64,166,16); }
td.TdClassName
{
border-color: #40A610;
}
.TagClassName
{
border-color: #40A610;
}
</style>