Shades of Kelly Green #40AE1E
Tints of Kelly Green #40AE1E
RGB
CMYK
RGB Variations
Color information
#40AE1E (or 0x40AE1E) is known color: Kelly Green. HEX triplet: 40, AE and 1E. RGB value is (64,174,30). Sum of RGB (Red+Green+Blue) = 64+174+30=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 174 (68.36% from 255 or 64.93% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE1E is #BF51E1. Grayscale: #7D7D7D. Windows color (decimal): -12538338 or 2010688. OLE color: 2010688.
HSL color Cylindrical-coordinate representation of color #40AE1E: hue angle of 105.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40AE1E is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 30 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.32 |
| HSL | 105.83º | 0.71% | 0.4% | - |
| HSV(B) | 105.83º | 0.83% | 0.68% | - |
| XYZ | 17.48 | 31.46 | 6.38 | - |
| YUV | 124.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 30 | 0.63 | 0 | 0.83 | 0.32 | 105.83 | 0.71 | 0.4 |
| Hex | 40 | AE | 1E | 3F | 0 | 53 | 20 | 6A | 47 | 28 |
| Octal | 100 | 256 | 36 | 77 | 0 | 123 | 40 | 152 | 107 | 50 |
| Binary | 1000000 | 10101110 | 11110 | 111111 | 0 | 1010011 | 100000 | 1101010 | 1000111 | 101000 |
Color Harmonies of #40AE1E
Complementary color
Monochromatic Colors of #40AE1E
Black with #40AE1E
Text Example
Text Example
White with #40AE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE1E; }
p { color: rgb(64,174,30); }
H1.HeaderClassName
{
color: #40AE1E;
}
.AnyTagClassName
{
color: #40AE1E;
}
</style>
background-color css
<style>
a { background-color: #40AE1E; }
a { background-color: rgb(64,174,30); }
div.DivClassName
{
background-color: #40AE1E;
}
.BgClassName
{
background-color: #40AE1E;
}
</style>
border-color css
<style>
span { border-color: #40AE1E; }
span { border-color: rgb(64,174,30); }
td.TdClassName
{
border-color: #40AE1E;
}
.TagClassName
{
border-color: #40AE1E;
}
</style>