Shades of Kelly Green #46A814
Tints of Kelly Green #46A814
RGB
CMYK
RGB Variations
Color information
#46A814 (or 0x46A814) is known color: Kelly Green. HEX triplet: 46, A8 and 14. RGB value is (70,168,20). Sum of RGB (Red+Green+Blue) = 70+168+20=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #46A814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A814 is #B957EB. Grayscale: #7A7A7A. Windows color (decimal): -12146668 or 1353798. OLE color: 1353798.
HSL color Cylindrical-coordinate representation of color #46A814: hue angle of 99.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46A814 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 20 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.34 |
| HSL | 99.73º | 0.79% | 0.37% | - |
| HSV(B) | 99.73º | 0.88% | 0.66% | - |
| XYZ | 16.65 | 29.36 | 5.45 | - |
| YUV | 121.83 | 70.53 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 20 | 0.58 | 0 | 0.88 | 0.34 | 99.73 | 0.79 | 0.37 |
| Hex | 46 | A8 | 14 | 3A | 0 | 58 | 22 | 64 | 4F | 25 |
| Octal | 106 | 250 | 24 | 72 | 0 | 130 | 42 | 144 | 117 | 45 |
| Binary | 1000110 | 10101000 | 10100 | 111010 | 0 | 1011000 | 100010 | 1100100 | 1001111 | 100101 |
Color Harmonies of #46A814
Complementary color
Monochromatic Colors of #46A814
Black with #46A814
Text Example
Text Example
White with #46A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A814; }
p { color: rgb(70,168,20); }
H1.HeaderClassName
{
color: #46A814;
}
.AnyTagClassName
{
color: #46A814;
}
</style>
background-color css
<style>
a { background-color: #46A814; }
a { background-color: rgb(70,168,20); }
div.DivClassName
{
background-color: #46A814;
}
.BgClassName
{
background-color: #46A814;
}
</style>
border-color css
<style>
span { border-color: #46A814; }
span { border-color: rgb(70,168,20); }
td.TdClassName
{
border-color: #46A814;
}
.TagClassName
{
border-color: #46A814;
}
</style>