Shades of Emerald #4ADA7A
Tints of Emerald #4ADA7A
RGB
CMYK
RGB Variations
Color information
#4ADA7A (or 0x4ADA7A) is known color: Emerald. HEX triplet: 4A, DA and 7A. RGB value is (74,218,122). Sum of RGB (Red+Green+Blue) = 74+218+122=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA7A is #B52585. Grayscale: #A4A4A4. Windows color (decimal): -11871622 or 8051274. OLE color: 8051274.
HSL color Cylindrical-coordinate representation of color #4ADA7A: hue angle of 140º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA7A is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 122 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.15 |
| HSL | 140º | 0.66% | 0.57% | - |
| HSV(B) | 140º | 0.66% | 0.85% | - |
| XYZ | 31.41 | 53 | 26.99 | - |
| YUV | 164 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 122 | 0.66 | 0 | 0.44 | 0.15 | 140 | 0.66 | 0.57 |
| Hex | 4A | DA | 7A | 42 | 0 | 2C | F | 8C | 42 | 39 |
| Octal | 112 | 332 | 172 | 102 | 0 | 54 | 17 | 214 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1111010 | 1000010 | 0 | 101100 | 1111 | 10001100 | 1000010 | 111001 |
Color Harmonies of #4ADA7A
Complementary color
Monochromatic Colors of #4ADA7A
Black with #4ADA7A
Text Example
Text Example
White with #4ADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA7A; }
p { color: rgb(74,218,122); }
H1.HeaderClassName
{
color: #4ADA7A;
}
.AnyTagClassName
{
color: #4ADA7A;
}
</style>
background-color css
<style>
a { background-color: #4ADA7A; }
a { background-color: rgb(74,218,122); }
div.DivClassName
{
background-color: #4ADA7A;
}
.BgClassName
{
background-color: #4ADA7A;
}
</style>
border-color css
<style>
span { border-color: #4ADA7A; }
span { border-color: rgb(74,218,122); }
td.TdClassName
{
border-color: #4ADA7A;
}
.TagClassName
{
border-color: #4ADA7A;
}
</style>