Shades of Kelly Green #46A70E
Tints of Kelly Green #46A70E
RGB
CMYK
RGB Variations
Color information
#46A70E (or 0x46A70E) is known color: Kelly Green. HEX triplet: 46, A7 and 0E. RGB value is (70,167,14). Sum of RGB (Red+Green+Blue) = 70+167+14=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #46A70E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A70E is #B958F1. Grayscale: #797979. Windows color (decimal): -12146930 or 960326. OLE color: 960326.
HSL color Cylindrical-coordinate representation of color #46A70E: hue angle of 98.04º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46A70E is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 167 | 14 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.35 |
| HSL | 98.04º | 0.85% | 0.35% | - |
| HSV(B) | 98.04º | 0.92% | 0.65% | - |
| XYZ | 16.42 | 28.97 | 5.14 | - |
| YUV | 120.56 | 67.86 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 167 | 14 | 0.58 | 0 | 0.92 | 0.35 | 98.04 | 0.85 | 0.35 |
| Hex | 46 | A7 | E | 3A | 0 | 5C | 23 | 62 | 55 | 23 |
| Octal | 106 | 247 | 16 | 72 | 0 | 134 | 43 | 142 | 125 | 43 |
| Binary | 1000110 | 10100111 | 1110 | 111010 | 0 | 1011100 | 100011 | 1100010 | 1010101 | 100011 |
Color Harmonies of #46A70E
Complementary color
Monochromatic Colors of #46A70E
Black with #46A70E
Text Example
Text Example
White with #46A70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A70E; }
p { color: rgb(70,167,14); }
H1.HeaderClassName
{
color: #46A70E;
}
.AnyTagClassName
{
color: #46A70E;
}
</style>
background-color css
<style>
a { background-color: #46A70E; }
a { background-color: rgb(70,167,14); }
div.DivClassName
{
background-color: #46A70E;
}
.BgClassName
{
background-color: #46A70E;
}
</style>
border-color css
<style>
span { border-color: #46A70E; }
span { border-color: rgb(70,167,14); }
td.TdClassName
{
border-color: #46A70E;
}
.TagClassName
{
border-color: #46A70E;
}
</style>