Shades of Emerald #4AE06C
Tints of Emerald #4AE06C
RGB
CMYK
RGB Variations
Color information
#4AE06C (or 0x4AE06C) is known color: Emerald. HEX triplet: 4A, E0 and 6C. RGB value is (74,224,108). Sum of RGB (Red+Green+Blue) = 74+224+108=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE06C is #B51F93. Grayscale: #A6A6A6. Windows color (decimal): -11870100 or 7135306. OLE color: 7135306.
HSL color Cylindrical-coordinate representation of color #4AE06C: hue angle of 133.6º 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 #4AE06C is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 108 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.12 |
| HSL | 133.6º | 0.71% | 0.58% | - |
| HSV(B) | 133.6º | 0.67% | 0.88% | - |
| XYZ | 32.19 | 55.85 | 23.27 | - |
| YUV | 165.93 | 95.31 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 108 | 0.67 | 0 | 0.52 | 0.12 | 133.6 | 0.71 | 0.58 |
| Hex | 4A | E0 | 6C | 43 | 0 | 34 | C | 86 | 47 | 3A |
| Octal | 112 | 340 | 154 | 103 | 0 | 64 | 14 | 206 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1101100 | 1000011 | 0 | 110100 | 1100 | 10000110 | 1000111 | 111010 |
Color Harmonies of #4AE06C
Complementary color
Monochromatic Colors of #4AE06C
Black with #4AE06C
Text Example
Text Example
White with #4AE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE06C; }
p { color: rgb(74,224,108); }
H1.HeaderClassName
{
color: #4AE06C;
}
.AnyTagClassName
{
color: #4AE06C;
}
</style>
background-color css
<style>
a { background-color: #4AE06C; }
a { background-color: rgb(74,224,108); }
div.DivClassName
{
background-color: #4AE06C;
}
.BgClassName
{
background-color: #4AE06C;
}
</style>
border-color css
<style>
span { border-color: #4AE06C; }
span { border-color: rgb(74,224,108); }
td.TdClassName
{
border-color: #4AE06C;
}
.TagClassName
{
border-color: #4AE06C;
}
</style>