Shades of Emerald #4AD18E
Tints of Emerald #4AD18E
RGB
CMYK
RGB Variations
Color information
#4AD18E (or 0x4AD18E) is known color: Emerald. HEX triplet: 4A, D1 and 8E. RGB value is (74,209,142). Sum of RGB (Red+Green+Blue) = 74+209+142=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD18E is #B52E71. Grayscale: #A1A1A1. Windows color (decimal): -11873906 or 9359690. OLE color: 9359690.
HSL color Cylindrical-coordinate representation of color #4AD18E: hue angle of 150.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD18E is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 142 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.18 |
| HSL | 150.22º | 0.59% | 0.55% | - |
| HSV(B) | 150.22º | 0.65% | 0.82% | - |
| XYZ | 30.51 | 49.01 | 33.44 | - |
| YUV | 161 | 117.27 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 142 | 0.65 | 0 | 0.32 | 0.18 | 150.22 | 0.59 | 0.55 |
| Hex | 4A | D1 | 8E | 41 | 0 | 20 | 12 | 96 | 3B | 37 |
| Octal | 112 | 321 | 216 | 101 | 0 | 40 | 22 | 226 | 73 | 67 |
| Binary | 1001010 | 11010001 | 10001110 | 1000001 | 0 | 100000 | 10010 | 10010110 | 111011 | 110111 |
Color Harmonies of #4AD18E
Complementary color
Monochromatic Colors of #4AD18E
Black with #4AD18E
Text Example
Text Example
White with #4AD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD18E; }
p { color: rgb(74,209,142); }
H1.HeaderClassName
{
color: #4AD18E;
}
.AnyTagClassName
{
color: #4AD18E;
}
</style>
background-color css
<style>
a { background-color: #4AD18E; }
a { background-color: rgb(74,209,142); }
div.DivClassName
{
background-color: #4AD18E;
}
.BgClassName
{
background-color: #4AD18E;
}
</style>
border-color css
<style>
span { border-color: #4AD18E; }
span { border-color: rgb(74,209,142); }
td.TdClassName
{
border-color: #4AD18E;
}
.TagClassName
{
border-color: #4AD18E;
}
</style>