Shades of Emerald #4AD08A
Tints of Emerald #4AD08A
RGB
CMYK
RGB Variations
Color information
#4AD08A (or 0x4AD08A) is known color: Emerald. HEX triplet: 4A, D0 and 8A. RGB value is (74,208,138). Sum of RGB (Red+Green+Blue) = 74+208+138=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD08A is #B52F75. Grayscale: #A0A0A0. Windows color (decimal): -11874166 or 9097290. OLE color: 9097290.
HSL color Cylindrical-coordinate representation of color #4AD08A: hue angle of 148.66º 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 #4AD08A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 138 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.18 |
| HSL | 148.66º | 0.59% | 0.55% | - |
| HSV(B) | 148.66º | 0.64% | 0.82% | - |
| XYZ | 29.97 | 48.4 | 31.81 | - |
| YUV | 159.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 138 | 0.64 | 0 | 0.34 | 0.18 | 148.66 | 0.59 | 0.55 |
| Hex | 4A | D0 | 8A | 40 | 0 | 22 | 12 | 95 | 3B | 37 |
| Octal | 112 | 320 | 212 | 100 | 0 | 42 | 22 | 225 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10001010 | 1000000 | 0 | 100010 | 10010 | 10010101 | 111011 | 110111 |
Color Harmonies of #4AD08A
Complementary color
Monochromatic Colors of #4AD08A
Black with #4AD08A
Text Example
Text Example
White with #4AD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD08A; }
p { color: rgb(74,208,138); }
H1.HeaderClassName
{
color: #4AD08A;
}
.AnyTagClassName
{
color: #4AD08A;
}
</style>
background-color css
<style>
a { background-color: #4AD08A; }
a { background-color: rgb(74,208,138); }
div.DivClassName
{
background-color: #4AD08A;
}
.BgClassName
{
background-color: #4AD08A;
}
</style>
border-color css
<style>
span { border-color: #4AD08A; }
span { border-color: rgb(74,208,138); }
td.TdClassName
{
border-color: #4AD08A;
}
.TagClassName
{
border-color: #4AD08A;
}
</style>