Shades of Kelly Green #46A003
Tints of Kelly Green #46A003
RGB
CMYK
RGB Variations
Color information
#46A003 (or 0x46A003) is known color: Kelly Green. HEX triplet: 46, A0 and 03. RGB value is (70,160,3). Sum of RGB (Red+Green+Blue) = 70+160+3=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #46A003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A003 is #B95FFC. Grayscale: #737373. Windows color (decimal): -12148733 or 237638. OLE color: 237638.
HSL color Cylindrical-coordinate representation of color #46A003: hue angle of 94.39º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46A003 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 3 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.37 |
| HSL | 94.39º | 0.96% | 0.32% | - |
| HSV(B) | 94.39º | 0.98% | 0.63% | - |
| XYZ | 15.11 | 26.45 | 4.4 | - |
| YUV | 115.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 3 | 0.56 | 0 | 0.98 | 0.37 | 94.39 | 0.96 | 0.32 |
| Hex | 46 | A0 | 3 | 38 | 0 | 62 | 25 | 5E | 60 | 20 |
| Octal | 106 | 240 | 3 | 70 | 0 | 142 | 45 | 136 | 140 | 40 |
| Binary | 1000110 | 10100000 | 11 | 111000 | 0 | 1100010 | 100101 | 1011110 | 1100000 | 100000 |
Color Harmonies of #46A003
Complementary color
Monochromatic Colors of #46A003
Black with #46A003
Text Example
Text Example
White with #46A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A003; }
p { color: rgb(70,160,3); }
H1.HeaderClassName
{
color: #46A003;
}
.AnyTagClassName
{
color: #46A003;
}
</style>
background-color css
<style>
a { background-color: #46A003; }
a { background-color: rgb(70,160,3); }
div.DivClassName
{
background-color: #46A003;
}
.BgClassName
{
background-color: #46A003;
}
</style>
border-color css
<style>
span { border-color: #46A003; }
span { border-color: rgb(70,160,3); }
td.TdClassName
{
border-color: #46A003;
}
.TagClassName
{
border-color: #46A003;
}
</style>