Shades of Kelly Green #46AC32
Tints of Kelly Green #46AC32
RGB
CMYK
RGB Variations
Color information
#46AC32 (or 0x46AC32) is known color: Kelly Green. HEX triplet: 46, AC and 32. RGB value is (70,172,50). Sum of RGB (Red+Green+Blue) = 70+172+50=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AC32 is #B953CD. Grayscale: #7F7F7F. Windows color (decimal): -12145614 or 3320902. OLE color: 3320902.
HSL color Cylindrical-coordinate representation of color #46AC32: hue angle of 110.16º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46AC32 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 172 | 50 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.33 |
| HSL | 110.16º | 0.55% | 0.44% | - |
| HSV(B) | 110.16º | 0.71% | 0.67% | - |
| XYZ | 17.85 | 31.04 | 8.07 | - |
| YUV | 127.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 50 | 0.59 | 0 | 0.71 | 0.33 | 110.16 | 0.55 | 0.44 |
| Hex | 46 | AC | 32 | 3B | 0 | 47 | 21 | 6E | 37 | 2C |
| Octal | 106 | 254 | 62 | 73 | 0 | 107 | 41 | 156 | 67 | 54 |
| Binary | 1000110 | 10101100 | 110010 | 111011 | 0 | 1000111 | 100001 | 1101110 | 110111 | 101100 |
Color Harmonies of #46AC32
Complementary color
Monochromatic Colors of #46AC32
Black with #46AC32
Text Example
Text Example
White with #46AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AC32; }
p { color: rgb(70,172,50); }
H1.HeaderClassName
{
color: #46AC32;
}
.AnyTagClassName
{
color: #46AC32;
}
</style>
background-color css
<style>
a { background-color: #46AC32; }
a { background-color: rgb(70,172,50); }
div.DivClassName
{
background-color: #46AC32;
}
.BgClassName
{
background-color: #46AC32;
}
</style>
border-color css
<style>
span { border-color: #46AC32; }
span { border-color: rgb(70,172,50); }
td.TdClassName
{
border-color: #46AC32;
}
.TagClassName
{
border-color: #46AC32;
}
</style>