Shades of Kelly Green #40AA04
Tints of Kelly Green #40AA04
RGB
CMYK
RGB Variations
Color information
#40AA04 (or 0x40AA04) is known color: Kelly Green. HEX triplet: 40, AA and 04. RGB value is (64,170,4). Sum of RGB (Red+Green+Blue) = 64+170+4=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AA04 is #BF55FB. Grayscale: #777777. Windows color (decimal): -12539388 or 305728. OLE color: 305728.
HSL color Cylindrical-coordinate representation of color #40AA04: hue angle of 98.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40AA04 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 4 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.33 |
| HSL | 98.31º | 0.95% | 0.34% | - |
| HSV(B) | 98.31º | 0.98% | 0.67% | - |
| XYZ | 16.51 | 29.85 | 5.01 | - |
| YUV | 119.38 | 62.88 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 4 | 0.62 | 0 | 0.98 | 0.33 | 98.31 | 0.95 | 0.34 |
| Hex | 40 | AA | 4 | 3E | 0 | 62 | 21 | 62 | 5F | 22 |
| Octal | 100 | 252 | 4 | 76 | 0 | 142 | 41 | 142 | 137 | 42 |
| Binary | 1000000 | 10101010 | 100 | 111110 | 0 | 1100010 | 100001 | 1100010 | 1011111 | 100010 |
Color Harmonies of #40AA04
Complementary color
Monochromatic Colors of #40AA04
Black with #40AA04
Text Example
Text Example
White with #40AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA04; }
p { color: rgb(64,170,4); }
H1.HeaderClassName
{
color: #40AA04;
}
.AnyTagClassName
{
color: #40AA04;
}
</style>
background-color css
<style>
a { background-color: #40AA04; }
a { background-color: rgb(64,170,4); }
div.DivClassName
{
background-color: #40AA04;
}
.BgClassName
{
background-color: #40AA04;
}
</style>
border-color css
<style>
span { border-color: #40AA04; }
span { border-color: rgb(64,170,4); }
td.TdClassName
{
border-color: #40AA04;
}
.TagClassName
{
border-color: #40AA04;
}
</style>