Shades of Emerald #4AEC8F
Tints of Emerald #4AEC8F
RGB
CMYK
RGB Variations
Color information
#4AEC8F (or 0x4AEC8F) is known color: Emerald. HEX triplet: 4A, EC and 8F. RGB value is (74,236,143). Sum of RGB (Red+Green+Blue) = 74+236+143=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEC8F is #B51370. Grayscale: #B1B1B1. Windows color (decimal): -11866993 or 9432138. OLE color: 9432138.
HSL color Cylindrical-coordinate representation of color #4AEC8F: hue angle of 145.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEC8F is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 143 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.07 |
| HSL | 145.56º | 0.81% | 0.61% | - |
| HSV(B) | 145.56º | 0.69% | 0.93% | - |
| XYZ | 37.78 | 63.43 | 36.24 | - |
| YUV | 176.96 | 108.83 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 143 | 0.69 | 0 | 0.39 | 0.07 | 145.56 | 0.81 | 0.61 |
| Hex | 4A | EC | 8F | 45 | 0 | 27 | 7 | 92 | 51 | 3D |
| Octal | 112 | 354 | 217 | 105 | 0 | 47 | 7 | 222 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10001111 | 1000101 | 0 | 100111 | 111 | 10010010 | 1010001 | 111101 |
Color Harmonies of #4AEC8F
Complementary color
Monochromatic Colors of #4AEC8F
Black with #4AEC8F
Text Example
Text Example
White with #4AEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC8F; }
p { color: rgb(74,236,143); }
H1.HeaderClassName
{
color: #4AEC8F;
}
.AnyTagClassName
{
color: #4AEC8F;
}
</style>
background-color css
<style>
a { background-color: #4AEC8F; }
a { background-color: rgb(74,236,143); }
div.DivClassName
{
background-color: #4AEC8F;
}
.BgClassName
{
background-color: #4AEC8F;
}
</style>
border-color css
<style>
span { border-color: #4AEC8F; }
span { border-color: rgb(74,236,143); }
td.TdClassName
{
border-color: #4AEC8F;
}
.TagClassName
{
border-color: #4AEC8F;
}
</style>