Shades of Emerald #4ACE5E
Tints of Emerald #4ACE5E
RGB
CMYK
RGB Variations
Color information
#4ACE5E (or 0x4ACE5E) is known color: Emerald. HEX triplet: 4A, CE and 5E. RGB value is (74,206,94). Sum of RGB (Red+Green+Blue) = 74+206+94=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE5E is #B531A1. Grayscale: #9A9A9A. Windows color (decimal): -11874722 or 6213194. OLE color: 6213194.
HSL color Cylindrical-coordinate representation of color #4ACE5E: hue angle of 129.09º 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 #4ACE5E is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 94 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.19 |
| HSL | 129.09º | 0.57% | 0.55% | - |
| HSV(B) | 129.09º | 0.64% | 0.81% | - |
| XYZ | 26.92 | 46.41 | 18.13 | - |
| YUV | 153.76 | 94.27 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 94 | 0.64 | 0 | 0.54 | 0.19 | 129.09 | 0.57 | 0.55 |
| Hex | 4A | CE | 5E | 40 | 0 | 36 | 13 | 81 | 39 | 37 |
| Octal | 112 | 316 | 136 | 100 | 0 | 66 | 23 | 201 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1011110 | 1000000 | 0 | 110110 | 10011 | 10000001 | 111001 | 110111 |
Color Harmonies of #4ACE5E
Complementary color
Monochromatic Colors of #4ACE5E
Black with #4ACE5E
Text Example
Text Example
White with #4ACE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE5E; }
p { color: rgb(74,206,94); }
H1.HeaderClassName
{
color: #4ACE5E;
}
.AnyTagClassName
{
color: #4ACE5E;
}
</style>
background-color css
<style>
a { background-color: #4ACE5E; }
a { background-color: rgb(74,206,94); }
div.DivClassName
{
background-color: #4ACE5E;
}
.BgClassName
{
background-color: #4ACE5E;
}
</style>
border-color css
<style>
span { border-color: #4ACE5E; }
span { border-color: rgb(74,206,94); }
td.TdClassName
{
border-color: #4ACE5E;
}
.TagClassName
{
border-color: #4ACE5E;
}
</style>