Shades of Emerald #4AE08C
Tints of Emerald #4AE08C
RGB
CMYK
RGB Variations
Color information
#4AE08C (or 0x4AE08C) is known color: Emerald. HEX triplet: 4A, E0 and 8C. RGB value is (74,224,140). Sum of RGB (Red+Green+Blue) = 74+224+140=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE08C is #B51F73. Grayscale: #A9A9A9. Windows color (decimal): -11870068 or 9232458. OLE color: 9232458.
HSL color Cylindrical-coordinate representation of color #4AE08C: hue angle of 146.4º 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 #4AE08C is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 140 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.12 |
| HSL | 146.4º | 0.71% | 0.58% | - |
| HSV(B) | 146.4º | 0.67% | 0.88% | - |
| XYZ | 34.21 | 56.66 | 33.94 | - |
| YUV | 169.57 | 111.31 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 140 | 0.67 | 0 | 0.38 | 0.12 | 146.4 | 0.71 | 0.58 |
| Hex | 4A | E0 | 8C | 43 | 0 | 26 | C | 92 | 47 | 3A |
| Octal | 112 | 340 | 214 | 103 | 0 | 46 | 14 | 222 | 107 | 72 |
| Binary | 1001010 | 11100000 | 10001100 | 1000011 | 0 | 100110 | 1100 | 10010010 | 1000111 | 111010 |
Color Harmonies of #4AE08C
Complementary color
Monochromatic Colors of #4AE08C
Black with #4AE08C
Text Example
Text Example
White with #4AE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE08C; }
p { color: rgb(74,224,140); }
H1.HeaderClassName
{
color: #4AE08C;
}
.AnyTagClassName
{
color: #4AE08C;
}
</style>
background-color css
<style>
a { background-color: #4AE08C; }
a { background-color: rgb(74,224,140); }
div.DivClassName
{
background-color: #4AE08C;
}
.BgClassName
{
background-color: #4AE08C;
}
</style>
border-color css
<style>
span { border-color: #4AE08C; }
span { border-color: rgb(74,224,140); }
td.TdClassName
{
border-color: #4AE08C;
}
.TagClassName
{
border-color: #4AE08C;
}
</style>