Shades of Emerald #4AD176
Tints of Emerald #4AD176
RGB
CMYK
RGB Variations
Color information
#4AD176 (or 0x4AD176) is known color: Emerald. HEX triplet: 4A, D1 and 76. RGB value is (74,209,118). Sum of RGB (Red+Green+Blue) = 74+209+118=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD176 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD176 is #B52E89. Grayscale: #9E9E9E. Windows color (decimal): -11873930 or 7786826. OLE color: 7786826.
HSL color Cylindrical-coordinate representation of color #4AD176: hue angle of 139.56º 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 #4AD176 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 118 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.18 |
| HSL | 139.56º | 0.59% | 0.55% | - |
| HSV(B) | 139.56º | 0.65% | 0.82% | - |
| XYZ | 28.89 | 48.36 | 24.95 | - |
| YUV | 158.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 118 | 0.65 | 0 | 0.44 | 0.18 | 139.56 | 0.59 | 0.55 |
| Hex | 4A | D1 | 76 | 41 | 0 | 2C | 12 | 8C | 3B | 37 |
| Octal | 112 | 321 | 166 | 101 | 0 | 54 | 22 | 214 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1110110 | 1000001 | 0 | 101100 | 10010 | 10001100 | 111011 | 110111 |
Color Harmonies of #4AD176
Complementary color
Monochromatic Colors of #4AD176
Black with #4AD176
Text Example
Text Example
White with #4AD176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD176; }
p { color: rgb(74,209,118); }
H1.HeaderClassName
{
color: #4AD176;
}
.AnyTagClassName
{
color: #4AD176;
}
</style>
background-color css
<style>
a { background-color: #4AD176; }
a { background-color: rgb(74,209,118); }
div.DivClassName
{
background-color: #4AD176;
}
.BgClassName
{
background-color: #4AD176;
}
</style>
border-color css
<style>
span { border-color: #4AD176; }
span { border-color: rgb(74,209,118); }
td.TdClassName
{
border-color: #4AD176;
}
.TagClassName
{
border-color: #4AD176;
}
</style>