Shades of Emerald #4AD18C
Tints of Emerald #4AD18C
RGB
CMYK
RGB Variations
Color information
#4AD18C (or 0x4AD18C) is known color: Emerald. HEX triplet: 4A, D1 and 8C. RGB value is (74,209,140). Sum of RGB (Red+Green+Blue) = 74+209+140=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD18C is #B52E73. Grayscale: #A0A0A0. Windows color (decimal): -11873908 or 9228618. OLE color: 9228618.
HSL color Cylindrical-coordinate representation of color #4AD18C: hue angle of 149.33º 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 #4AD18C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 140 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.18 |
| HSL | 149.33º | 0.59% | 0.55% | - |
| HSV(B) | 149.33º | 0.65% | 0.82% | - |
| XYZ | 30.36 | 48.95 | 32.66 | - |
| YUV | 160.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 140 | 0.65 | 0 | 0.33 | 0.18 | 149.33 | 0.59 | 0.55 |
| Hex | 4A | D1 | 8C | 41 | 0 | 21 | 12 | 95 | 3B | 37 |
| Octal | 112 | 321 | 214 | 101 | 0 | 41 | 22 | 225 | 73 | 67 |
| Binary | 1001010 | 11010001 | 10001100 | 1000001 | 0 | 100001 | 10010 | 10010101 | 111011 | 110111 |
Color Harmonies of #4AD18C
Complementary color
Monochromatic Colors of #4AD18C
Black with #4AD18C
Text Example
Text Example
White with #4AD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD18C; }
p { color: rgb(74,209,140); }
H1.HeaderClassName
{
color: #4AD18C;
}
.AnyTagClassName
{
color: #4AD18C;
}
</style>
background-color css
<style>
a { background-color: #4AD18C; }
a { background-color: rgb(74,209,140); }
div.DivClassName
{
background-color: #4AD18C;
}
.BgClassName
{
background-color: #4AD18C;
}
</style>
border-color css
<style>
span { border-color: #4AD18C; }
span { border-color: rgb(74,209,140); }
td.TdClassName
{
border-color: #4AD18C;
}
.TagClassName
{
border-color: #4AD18C;
}
</style>