Shades of Kelly Green #46A20C
Tints of Kelly Green #46A20C
RGB
CMYK
RGB Variations
Color information
#46A20C (or 0x46A20C) is known color: Kelly Green. HEX triplet: 46, A2 and 0C. RGB value is (70,162,12). Sum of RGB (Red+Green+Blue) = 70+162+12=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #46A20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A20C is #B95DF3. Grayscale: #757575. Windows color (decimal): -12148212 or 827974. OLE color: 827974.
HSL color Cylindrical-coordinate representation of color #46A20C: hue angle of 96.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46A20C is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 162 | 12 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.36 |
| HSL | 96.8º | 0.86% | 0.34% | - |
| HSV(B) | 96.8º | 0.93% | 0.64% | - |
| XYZ | 15.51 | 27.17 | 4.77 | - |
| YUV | 117.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 162 | 12 | 0.57 | 0 | 0.93 | 0.36 | 96.8 | 0.86 | 0.34 |
| Hex | 46 | A2 | C | 39 | 0 | 5D | 24 | 61 | 56 | 22 |
| Octal | 106 | 242 | 14 | 71 | 0 | 135 | 44 | 141 | 126 | 42 |
| Binary | 1000110 | 10100010 | 1100 | 111001 | 0 | 1011101 | 100100 | 1100001 | 1010110 | 100010 |
Color Harmonies of #46A20C
Complementary color
Monochromatic Colors of #46A20C
Black with #46A20C
Text Example
Text Example
White with #46A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A20C; }
p { color: rgb(70,162,12); }
H1.HeaderClassName
{
color: #46A20C;
}
.AnyTagClassName
{
color: #46A20C;
}
</style>
background-color css
<style>
a { background-color: #46A20C; }
a { background-color: rgb(70,162,12); }
div.DivClassName
{
background-color: #46A20C;
}
.BgClassName
{
background-color: #46A20C;
}
</style>
border-color css
<style>
span { border-color: #46A20C; }
span { border-color: rgb(70,162,12); }
td.TdClassName
{
border-color: #46A20C;
}
.TagClassName
{
border-color: #46A20C;
}
</style>