Shades of Kelly Green #40AB14
Tints of Kelly Green #40AB14
RGB
CMYK
RGB Variations
Color information
#40AB14 (or 0x40AB14) is known color: Kelly Green. HEX triplet: 40, AB and 14. RGB value is (64,171,20). Sum of RGB (Red+Green+Blue) = 64+171+20=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AB14 is #BF54EB. Grayscale: #7A7A7A. Windows color (decimal): -12539116 or 1354560. OLE color: 1354560.
HSL color Cylindrical-coordinate representation of color #40AB14: hue angle of 102.52º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40AB14 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 20 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.33 |
| HSL | 102.52º | 0.79% | 0.37% | - |
| HSV(B) | 102.52º | 0.88% | 0.67% | - |
| XYZ | 16.8 | 30.27 | 5.62 | - |
| YUV | 121.79 | 70.55 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 20 | 0.63 | 0 | 0.88 | 0.33 | 102.52 | 0.79 | 0.37 |
| Hex | 40 | AB | 14 | 3F | 0 | 58 | 21 | 67 | 4F | 25 |
| Octal | 100 | 253 | 24 | 77 | 0 | 130 | 41 | 147 | 117 | 45 |
| Binary | 1000000 | 10101011 | 10100 | 111111 | 0 | 1011000 | 100001 | 1100111 | 1001111 | 100101 |
Color Harmonies of #40AB14
Complementary color
Monochromatic Colors of #40AB14
Black with #40AB14
Text Example
Text Example
White with #40AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB14; }
p { color: rgb(64,171,20); }
H1.HeaderClassName
{
color: #40AB14;
}
.AnyTagClassName
{
color: #40AB14;
}
</style>
background-color css
<style>
a { background-color: #40AB14; }
a { background-color: rgb(64,171,20); }
div.DivClassName
{
background-color: #40AB14;
}
.BgClassName
{
background-color: #40AB14;
}
</style>
border-color css
<style>
span { border-color: #40AB14; }
span { border-color: rgb(64,171,20); }
td.TdClassName
{
border-color: #40AB14;
}
.TagClassName
{
border-color: #40AB14;
}
</style>