Shades of Kelly Green #40AA23
Tints of Kelly Green #40AA23
RGB
CMYK
RGB Variations
Color information
#40AA23 (or 0x40AA23) is known color: Kelly Green. HEX triplet: 40, AA and 23. RGB value is (64,170,35). Sum of RGB (Red+Green+Blue) = 64+170+35=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA23 is #BF55DC. Grayscale: #7B7B7B. Windows color (decimal): -12539357 or 2337344. OLE color: 2337344.
HSL color Cylindrical-coordinate representation of color #40AA23: hue angle of 107.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40AA23 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 35 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.33 |
| HSL | 107.11º | 0.66% | 0.4% | - |
| HSV(B) | 107.11º | 0.79% | 0.67% | - |
| XYZ | 16.79 | 29.96 | 6.49 | - |
| YUV | 122.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 35 | 0.62 | 0 | 0.79 | 0.33 | 107.11 | 0.66 | 0.4 |
| Hex | 40 | AA | 23 | 3E | 0 | 4F | 21 | 6B | 42 | 28 |
| Octal | 100 | 252 | 43 | 76 | 0 | 117 | 41 | 153 | 102 | 50 |
| Binary | 1000000 | 10101010 | 100011 | 111110 | 0 | 1001111 | 100001 | 1101011 | 1000010 | 101000 |
Color Harmonies of #40AA23
Complementary color
Monochromatic Colors of #40AA23
Black with #40AA23
Text Example
Text Example
White with #40AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA23; }
p { color: rgb(64,170,35); }
H1.HeaderClassName
{
color: #40AA23;
}
.AnyTagClassName
{
color: #40AA23;
}
</style>
background-color css
<style>
a { background-color: #40AA23; }
a { background-color: rgb(64,170,35); }
div.DivClassName
{
background-color: #40AA23;
}
.BgClassName
{
background-color: #40AA23;
}
</style>
border-color css
<style>
span { border-color: #40AA23; }
span { border-color: rgb(64,170,35); }
td.TdClassName
{
border-color: #40AA23;
}
.TagClassName
{
border-color: #40AA23;
}
</style>