Shades of Emerald #46D18A
Tints of Emerald #46D18A
RGB
CMYK
RGB Variations
Color information
#46D18A (or 0x46D18A) is known color: Emerald. HEX triplet: 46, D1 and 8A. RGB value is (70,209,138). Sum of RGB (Red+Green+Blue) = 70+209+138=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #46D18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D18A is #B92E75. Grayscale: #9F9F9F. Windows color (decimal): -12136054 or 9097542. OLE color: 9097542.
HSL color Cylindrical-coordinate representation of color #46D18A: hue angle of 149.35º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D18A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 138 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.18 |
| HSL | 149.35º | 0.6% | 0.55% | - |
| HSV(B) | 149.35º | 0.67% | 0.82% | - |
| XYZ | 29.91 | 48.74 | 31.88 | - |
| YUV | 159.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 138 | 0.67 | 0 | 0.34 | 0.18 | 149.35 | 0.6 | 0.55 |
| Hex | 46 | D1 | 8A | 43 | 0 | 22 | 12 | 95 | 3C | 37 |
| Octal | 106 | 321 | 212 | 103 | 0 | 42 | 22 | 225 | 74 | 67 |
| Binary | 1000110 | 11010001 | 10001010 | 1000011 | 0 | 100010 | 10010 | 10010101 | 111100 | 110111 |
Color Harmonies of #46D18A
Complementary color
Monochromatic Colors of #46D18A
Black with #46D18A
Text Example
Text Example
White with #46D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D18A; }
p { color: rgb(70,209,138); }
H1.HeaderClassName
{
color: #46D18A;
}
.AnyTagClassName
{
color: #46D18A;
}
</style>
background-color css
<style>
a { background-color: #46D18A; }
a { background-color: rgb(70,209,138); }
div.DivClassName
{
background-color: #46D18A;
}
.BgClassName
{
background-color: #46D18A;
}
</style>
border-color css
<style>
span { border-color: #46D18A; }
span { border-color: rgb(70,209,138); }
td.TdClassName
{
border-color: #46D18A;
}
.TagClassName
{
border-color: #46D18A;
}
</style>