Shades of Emerald #4AE166
Tints of Emerald #4AE166
RGB
CMYK
RGB Variations
Color information
#4AE166 (or 0x4AE166) is known color: Emerald. HEX triplet: 4A, E1 and 66. RGB value is (74,225,102). Sum of RGB (Red+Green+Blue) = 74+225+102=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE166 is #B51E99. Grayscale: #A6A6A6. Windows color (decimal): -11869850 or 6742346. OLE color: 6742346.
HSL color Cylindrical-coordinate representation of color #4AE166: hue angle of 131.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE166 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 225 | 102 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.12 |
| HSL | 131.13º | 0.72% | 0.59% | - |
| HSV(B) | 131.13º | 0.67% | 0.88% | - |
| XYZ | 32.15 | 56.27 | 21.74 | - |
| YUV | 165.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 225 | 102 | 0.67 | 0 | 0.55 | 0.12 | 131.13 | 0.72 | 0.59 |
| Hex | 4A | E1 | 66 | 43 | 0 | 37 | C | 83 | 48 | 3B |
| Octal | 112 | 341 | 146 | 103 | 0 | 67 | 14 | 203 | 110 | 73 |
| Binary | 1001010 | 11100001 | 1100110 | 1000011 | 0 | 110111 | 1100 | 10000011 | 1001000 | 111011 |
Color Harmonies of #4AE166
Complementary color
Monochromatic Colors of #4AE166
Black with #4AE166
Text Example
Text Example
White with #4AE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE166; }
p { color: rgb(74,225,102); }
H1.HeaderClassName
{
color: #4AE166;
}
.AnyTagClassName
{
color: #4AE166;
}
</style>
background-color css
<style>
a { background-color: #4AE166; }
a { background-color: rgb(74,225,102); }
div.DivClassName
{
background-color: #4AE166;
}
.BgClassName
{
background-color: #4AE166;
}
</style>
border-color css
<style>
span { border-color: #4AE166; }
span { border-color: rgb(74,225,102); }
td.TdClassName
{
border-color: #4AE166;
}
.TagClassName
{
border-color: #4AE166;
}
</style>