Shades of Emerald #4ACE7D
Tints of Emerald #4ACE7D
RGB
CMYK
RGB Variations
Color information
#4ACE7D (or 0x4ACE7D) is known color: Emerald. HEX triplet: 4A, CE and 7D. RGB value is (74,206,125). Sum of RGB (Red+Green+Blue) = 74+206+125=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE7D is #B53182. Grayscale: #9D9D9D. Windows color (decimal): -11874691 or 8244810. OLE color: 8244810.
HSL color Cylindrical-coordinate representation of color #4ACE7D: hue angle of 143.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACE7D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 125 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.19 |
| HSL | 143.18º | 0.57% | 0.55% | - |
| HSV(B) | 143.18º | 0.64% | 0.81% | - |
| XYZ | 28.6 | 47.08 | 26.98 | - |
| YUV | 157.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 125 | 0.64 | 0 | 0.39 | 0.19 | 143.18 | 0.57 | 0.55 |
| Hex | 4A | CE | 7D | 40 | 0 | 27 | 13 | 8F | 39 | 37 |
| Octal | 112 | 316 | 175 | 100 | 0 | 47 | 23 | 217 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1111101 | 1000000 | 0 | 100111 | 10011 | 10001111 | 111001 | 110111 |
Color Harmonies of #4ACE7D
Complementary color
Monochromatic Colors of #4ACE7D
Black with #4ACE7D
Text Example
Text Example
White with #4ACE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE7D; }
p { color: rgb(74,206,125); }
H1.HeaderClassName
{
color: #4ACE7D;
}
.AnyTagClassName
{
color: #4ACE7D;
}
</style>
background-color css
<style>
a { background-color: #4ACE7D; }
a { background-color: rgb(74,206,125); }
div.DivClassName
{
background-color: #4ACE7D;
}
.BgClassName
{
background-color: #4ACE7D;
}
</style>
border-color css
<style>
span { border-color: #4ACE7D; }
span { border-color: rgb(74,206,125); }
td.TdClassName
{
border-color: #4ACE7D;
}
.TagClassName
{
border-color: #4ACE7D;
}
</style>