Shades of Kelly Green #46AD34
Tints of Kelly Green #46AD34
RGB
CMYK
RGB Variations
Color information
#46AD34 (or 0x46AD34) is known color: Kelly Green. HEX triplet: 46, AD and 34. RGB value is (70,173,52). Sum of RGB (Red+Green+Blue) = 70+173+52=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AD34 is #B952CB. Grayscale: #808080. Windows color (decimal): -12145356 or 3452230. OLE color: 3452230.
HSL color Cylindrical-coordinate representation of color #46AD34: hue angle of 111.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46AD34 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 52 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.32 |
| HSL | 111.07º | 0.54% | 0.44% | - |
| HSV(B) | 111.07º | 0.7% | 0.68% | - |
| XYZ | 18.09 | 31.44 | 8.36 | - |
| YUV | 128.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 52 | 0.60 | 0 | 0.70 | 0.32 | 111.07 | 0.54 | 0.44 |
| Hex | 46 | AD | 34 | 3C | 0 | 46 | 20 | 6F | 36 | 2C |
| Octal | 106 | 255 | 64 | 74 | 0 | 106 | 40 | 157 | 66 | 54 |
| Binary | 1000110 | 10101101 | 110100 | 111100 | 0 | 1000110 | 100000 | 1101111 | 110110 | 101100 |
Color Harmonies of #46AD34
Complementary color
Monochromatic Colors of #46AD34
Black with #46AD34
Text Example
Text Example
White with #46AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD34; }
p { color: rgb(70,173,52); }
H1.HeaderClassName
{
color: #46AD34;
}
.AnyTagClassName
{
color: #46AD34;
}
</style>
background-color css
<style>
a { background-color: #46AD34; }
a { background-color: rgb(70,173,52); }
div.DivClassName
{
background-color: #46AD34;
}
.BgClassName
{
background-color: #46AD34;
}
</style>
border-color css
<style>
span { border-color: #46AD34; }
span { border-color: rgb(70,173,52); }
td.TdClassName
{
border-color: #46AD34;
}
.TagClassName
{
border-color: #46AD34;
}
</style>