Shades of Kelly Green #46AA00
Tints of Kelly Green #46AA00
RGB
CMYK
RGB Variations
Color information
#46AA00 (or 0x46AA00) is known color: Kelly Green. HEX triplet: 46, AA and 00. RGB value is (70,170,0). Sum of RGB (Red+Green+Blue) = 70+170+0=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AA00 is #B955FF. Grayscale: #797979. Windows color (decimal): -12146176 or 43590. OLE color: 43590.
HSL color Cylindrical-coordinate representation of color #46AA00: hue angle of 95.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46AA00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 170 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.33 |
| HSL | 95.29º | 1% | 0.33% | - |
| HSV(B) | 95.29º | 1% | 0.67% | - |
| XYZ | 16.9 | 30.05 | 4.91 | - |
| YUV | 120.72 | 59.87 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 0 | 0.59 | 0 | 1 | 0.33 | 95.29 | 1 | 0.33 |
| Hex | 46 | AA | 0 | 3B | 0 | 64 | 21 | 5F | 64 | 21 |
| Octal | 106 | 252 | 0 | 73 | 0 | 144 | 41 | 137 | 144 | 41 |
| Binary | 1000110 | 10101010 | 0 | 111011 | 0 | 1100100 | 100001 | 1011111 | 1100100 | 100001 |
Color Harmonies of #46AA00
Complementary color
Monochromatic Colors of #46AA00
Black with #46AA00
Text Example
Text Example
White with #46AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AA00; }
p { color: rgb(70,170,0); }
H1.HeaderClassName
{
color: #46AA00;
}
.AnyTagClassName
{
color: #46AA00;
}
</style>
background-color css
<style>
a { background-color: #46AA00; }
a { background-color: rgb(70,170,0); }
div.DivClassName
{
background-color: #46AA00;
}
.BgClassName
{
background-color: #46AA00;
}
</style>
border-color css
<style>
span { border-color: #46AA00; }
span { border-color: rgb(70,170,0); }
td.TdClassName
{
border-color: #46AA00;
}
.TagClassName
{
border-color: #46AA00;
}
</style>