Shades of Emerald #4AD07A
Tints of Emerald #4AD07A
RGB
CMYK
RGB Variations
Color information
#4AD07A (or 0x4AD07A) is known color: Emerald. HEX triplet: 4A, D0 and 7A. RGB value is (74,208,122). Sum of RGB (Red+Green+Blue) = 74+208+122=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD07A is #B52F85. Grayscale: #9E9E9E. Windows color (decimal): -11874182 or 8048714. OLE color: 8048714.
HSL color Cylindrical-coordinate representation of color #4AD07A: hue angle of 141.49º 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 #4AD07A is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 122 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.18 |
| HSL | 141.49º | 0.59% | 0.55% | - |
| HSV(B) | 141.49º | 0.64% | 0.82% | - |
| XYZ | 28.89 | 47.97 | 26.15 | - |
| YUV | 158.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 122 | 0.64 | 0 | 0.41 | 0.18 | 141.49 | 0.59 | 0.55 |
| Hex | 4A | D0 | 7A | 40 | 0 | 29 | 12 | 8D | 3B | 37 |
| Octal | 112 | 320 | 172 | 100 | 0 | 51 | 22 | 215 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1111010 | 1000000 | 0 | 101001 | 10010 | 10001101 | 111011 | 110111 |
Color Harmonies of #4AD07A
Complementary color
Monochromatic Colors of #4AD07A
Black with #4AD07A
Text Example
Text Example
White with #4AD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD07A; }
p { color: rgb(74,208,122); }
H1.HeaderClassName
{
color: #4AD07A;
}
.AnyTagClassName
{
color: #4AD07A;
}
</style>
background-color css
<style>
a { background-color: #4AD07A; }
a { background-color: rgb(74,208,122); }
div.DivClassName
{
background-color: #4AD07A;
}
.BgClassName
{
background-color: #4AD07A;
}
</style>
border-color css
<style>
span { border-color: #4AD07A; }
span { border-color: rgb(74,208,122); }
td.TdClassName
{
border-color: #4AD07A;
}
.TagClassName
{
border-color: #4AD07A;
}
</style>