Shades of Emerald #4AEC8A
Tints of Emerald #4AEC8A
RGB
CMYK
RGB Variations
Color information
#4AEC8A (or 0x4AEC8A) is known color: Emerald. HEX triplet: 4A, EC and 8A. RGB value is (74,236,138). Sum of RGB (Red+Green+Blue) = 74+236+138=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEC8A is #B51375. Grayscale: #B0B0B0. Windows color (decimal): -11866998 or 9104458. OLE color: 9104458.
HSL color Cylindrical-coordinate representation of color #4AEC8A: hue angle of 143.7º 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 #4AEC8A is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 138 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.07 |
| HSL | 143.7º | 0.81% | 0.61% | - |
| HSV(B) | 143.7º | 0.69% | 0.93% | - |
| XYZ | 37.41 | 63.28 | 34.29 | - |
| YUV | 176.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 138 | 0.69 | 0 | 0.42 | 0.07 | 143.7 | 0.81 | 0.61 |
| Hex | 4A | EC | 8A | 45 | 0 | 2A | 7 | 90 | 51 | 3D |
| Octal | 112 | 354 | 212 | 105 | 0 | 52 | 7 | 220 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10001010 | 1000101 | 0 | 101010 | 111 | 10010000 | 1010001 | 111101 |
Color Harmonies of #4AEC8A
Complementary color
Monochromatic Colors of #4AEC8A
Black with #4AEC8A
Text Example
Text Example
White with #4AEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC8A; }
p { color: rgb(74,236,138); }
H1.HeaderClassName
{
color: #4AEC8A;
}
.AnyTagClassName
{
color: #4AEC8A;
}
</style>
background-color css
<style>
a { background-color: #4AEC8A; }
a { background-color: rgb(74,236,138); }
div.DivClassName
{
background-color: #4AEC8A;
}
.BgClassName
{
background-color: #4AEC8A;
}
</style>
border-color css
<style>
span { border-color: #4AEC8A; }
span { border-color: rgb(74,236,138); }
td.TdClassName
{
border-color: #4AEC8A;
}
.TagClassName
{
border-color: #4AEC8A;
}
</style>