Shades of Emerald #4AD08C
Tints of Emerald #4AD08C
RGB
CMYK
RGB Variations
Color information
#4AD08C (or 0x4AD08C) is known color: Emerald. HEX triplet: 4A, D0 and 8C. RGB value is (74,208,140). Sum of RGB (Red+Green+Blue) = 74+208+140=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD08C is #B52F73. Grayscale: #A0A0A0. Windows color (decimal): -11874164 or 9228362. OLE color: 9228362.
HSL color Cylindrical-coordinate representation of color #4AD08C: hue angle of 149.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD08C is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 140 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.18 |
| HSL | 149.55º | 0.59% | 0.55% | - |
| HSV(B) | 149.55º | 0.64% | 0.82% | - |
| XYZ | 30.11 | 48.46 | 32.58 | - |
| YUV | 160.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 140 | 0.64 | 0 | 0.33 | 0.18 | 149.55 | 0.59 | 0.55 |
| Hex | 4A | D0 | 8C | 40 | 0 | 21 | 12 | 96 | 3B | 37 |
| Octal | 112 | 320 | 214 | 100 | 0 | 41 | 22 | 226 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10001100 | 1000000 | 0 | 100001 | 10010 | 10010110 | 111011 | 110111 |
Color Harmonies of #4AD08C
Complementary color
Monochromatic Colors of #4AD08C
Black with #4AD08C
Text Example
Text Example
White with #4AD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD08C; }
p { color: rgb(74,208,140); }
H1.HeaderClassName
{
color: #4AD08C;
}
.AnyTagClassName
{
color: #4AD08C;
}
</style>
background-color css
<style>
a { background-color: #4AD08C; }
a { background-color: rgb(74,208,140); }
div.DivClassName
{
background-color: #4AD08C;
}
.BgClassName
{
background-color: #4AD08C;
}
</style>
border-color css
<style>
span { border-color: #4AD08C; }
span { border-color: rgb(74,208,140); }
td.TdClassName
{
border-color: #4AD08C;
}
.TagClassName
{
border-color: #4AD08C;
}
</style>