Shades of Kelly Green #46A014
Tints of Kelly Green #46A014
RGB
CMYK
RGB Variations
Color information
#46A014 (or 0x46A014) is known color: Kelly Green. HEX triplet: 46, A0 and 14. RGB value is (70,160,20). Sum of RGB (Red+Green+Blue) = 70+160+20=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #46A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A014 is #B95FEB. Grayscale: #757575. Windows color (decimal): -12148716 or 1351750. OLE color: 1351750.
HSL color Cylindrical-coordinate representation of color #46A014: hue angle of 98.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46A014 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 20 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.37 |
| HSL | 98.57º | 0.78% | 0.35% | - |
| HSV(B) | 98.57º | 0.88% | 0.63% | - |
| XYZ | 15.22 | 26.49 | 4.97 | - |
| YUV | 117.13 | 73.18 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 20 | 0.56 | 0 | 0.88 | 0.37 | 98.57 | 0.78 | 0.35 |
| Hex | 46 | A0 | 14 | 38 | 0 | 58 | 25 | 63 | 4E | 23 |
| Octal | 106 | 240 | 24 | 70 | 0 | 130 | 45 | 143 | 116 | 43 |
| Binary | 1000110 | 10100000 | 10100 | 111000 | 0 | 1011000 | 100101 | 1100011 | 1001110 | 100011 |
Color Harmonies of #46A014
Complementary color
Monochromatic Colors of #46A014
Black with #46A014
Text Example
Text Example
White with #46A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A014; }
p { color: rgb(70,160,20); }
H1.HeaderClassName
{
color: #46A014;
}
.AnyTagClassName
{
color: #46A014;
}
</style>
background-color css
<style>
a { background-color: #46A014; }
a { background-color: rgb(70,160,20); }
div.DivClassName
{
background-color: #46A014;
}
.BgClassName
{
background-color: #46A014;
}
</style>
border-color css
<style>
span { border-color: #46A014; }
span { border-color: rgb(70,160,20); }
td.TdClassName
{
border-color: #46A014;
}
.TagClassName
{
border-color: #46A014;
}
</style>