Shades of Kelly Green #46AC12
Tints of Kelly Green #46AC12
RGB
CMYK
RGB Variations
Color information
#46AC12 (or 0x46AC12) is known color: Kelly Green. HEX triplet: 46, AC and 12. RGB value is (70,172,18). Sum of RGB (Red+Green+Blue) = 70+172+18=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AC12 is #B953ED. Grayscale: #7C7C7C. Windows color (decimal): -12145646 or 1223750. OLE color: 1223750.
HSL color Cylindrical-coordinate representation of color #46AC12: hue angle of 99.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46AC12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 172 | 18 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.33 |
| HSL | 99.74º | 0.81% | 0.37% | - |
| HSV(B) | 99.74º | 0.9% | 0.67% | - |
| XYZ | 17.39 | 30.85 | 5.61 | - |
| YUV | 123.95 | 68.21 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 18 | 0.59 | 0 | 0.90 | 0.33 | 99.74 | 0.81 | 0.37 |
| Hex | 46 | AC | 12 | 3B | 0 | 5A | 21 | 64 | 51 | 25 |
| Octal | 106 | 254 | 22 | 73 | 0 | 132 | 41 | 144 | 121 | 45 |
| Binary | 1000110 | 10101100 | 10010 | 111011 | 0 | 1011010 | 100001 | 1100100 | 1010001 | 100101 |
Color Harmonies of #46AC12
Complementary color
Monochromatic Colors of #46AC12
Black with #46AC12
Text Example
Text Example
White with #46AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AC12; }
p { color: rgb(70,172,18); }
H1.HeaderClassName
{
color: #46AC12;
}
.AnyTagClassName
{
color: #46AC12;
}
</style>
background-color css
<style>
a { background-color: #46AC12; }
a { background-color: rgb(70,172,18); }
div.DivClassName
{
background-color: #46AC12;
}
.BgClassName
{
background-color: #46AC12;
}
</style>
border-color css
<style>
span { border-color: #46AC12; }
span { border-color: rgb(70,172,18); }
td.TdClassName
{
border-color: #46AC12;
}
.TagClassName
{
border-color: #46AC12;
}
</style>