Shades of Kelly Green #46A20D
Tints of Kelly Green #46A20D
RGB
CMYK
RGB Variations
Color information
#46A20D (or 0x46A20D) is known color: Kelly Green. HEX triplet: 46, A2 and 0D. RGB value is (70,162,13). Sum of RGB (Red+Green+Blue) = 70+162+13=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #46A20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A20D is #B95DF2. Grayscale: #767676. Windows color (decimal): -12148211 or 893510. OLE color: 893510.
HSL color Cylindrical-coordinate representation of color #46A20D: hue angle of 97.05º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46A20D is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 162 | 13 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.36 |
| HSL | 97.05º | 0.85% | 0.34% | - |
| HSV(B) | 97.05º | 0.92% | 0.64% | - |
| XYZ | 15.52 | 27.17 | 4.81 | - |
| YUV | 117.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 162 | 13 | 0.57 | 0 | 0.92 | 0.36 | 97.05 | 0.85 | 0.34 |
| Hex | 46 | A2 | D | 39 | 0 | 5C | 24 | 61 | 55 | 22 |
| Octal | 106 | 242 | 15 | 71 | 0 | 134 | 44 | 141 | 125 | 42 |
| Binary | 1000110 | 10100010 | 1101 | 111001 | 0 | 1011100 | 100100 | 1100001 | 1010101 | 100010 |
Color Harmonies of #46A20D
Complementary color
Monochromatic Colors of #46A20D
Black with #46A20D
Text Example
Text Example
White with #46A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A20D; }
p { color: rgb(70,162,13); }
H1.HeaderClassName
{
color: #46A20D;
}
.AnyTagClassName
{
color: #46A20D;
}
</style>
background-color css
<style>
a { background-color: #46A20D; }
a { background-color: rgb(70,162,13); }
div.DivClassName
{
background-color: #46A20D;
}
.BgClassName
{
background-color: #46A20D;
}
</style>
border-color css
<style>
span { border-color: #46A20D; }
span { border-color: rgb(70,162,13); }
td.TdClassName
{
border-color: #46A20D;
}
.TagClassName
{
border-color: #46A20D;
}
</style>