Shades of Emerald #4AE06D
Tints of Emerald #4AE06D
RGB
CMYK
RGB Variations
Color information
#4AE06D (or 0x4AE06D) is known color: Emerald. HEX triplet: 4A, E0 and 6D. RGB value is (74,224,109). Sum of RGB (Red+Green+Blue) = 74+224+109=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE06D is #B51F92. Grayscale: #A6A6A6. Windows color (decimal): -11870099 or 7200842. OLE color: 7200842.
HSL color Cylindrical-coordinate representation of color #4AE06D: hue angle of 134º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE06D is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 109 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.12 |
| HSL | 134º | 0.71% | 0.58% | - |
| HSV(B) | 134º | 0.67% | 0.88% | - |
| XYZ | 32.24 | 55.87 | 23.55 | - |
| YUV | 166.04 | 95.81 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 109 | 0.67 | 0 | 0.51 | 0.12 | 134 | 0.71 | 0.58 |
| Hex | 4A | E0 | 6D | 43 | 0 | 33 | C | 86 | 47 | 3A |
| Octal | 112 | 340 | 155 | 103 | 0 | 63 | 14 | 206 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1101101 | 1000011 | 0 | 110011 | 1100 | 10000110 | 1000111 | 111010 |
Color Harmonies of #4AE06D
Complementary color
Monochromatic Colors of #4AE06D
Black with #4AE06D
Text Example
Text Example
White with #4AE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE06D; }
p { color: rgb(74,224,109); }
H1.HeaderClassName
{
color: #4AE06D;
}
.AnyTagClassName
{
color: #4AE06D;
}
</style>
background-color css
<style>
a { background-color: #4AE06D; }
a { background-color: rgb(74,224,109); }
div.DivClassName
{
background-color: #4AE06D;
}
.BgClassName
{
background-color: #4AE06D;
}
</style>
border-color css
<style>
span { border-color: #4AE06D; }
span { border-color: rgb(74,224,109); }
td.TdClassName
{
border-color: #4AE06D;
}
.TagClassName
{
border-color: #4AE06D;
}
</style>