Shades of Emerald #4AE28C
Tints of Emerald #4AE28C
RGB
CMYK
RGB Variations
Color information
#4AE28C (or 0x4AE28C) is known color: Emerald. HEX triplet: 4A, E2 and 8C. RGB value is (74,226,140). Sum of RGB (Red+Green+Blue) = 74+226+140=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE28C is #B51D73. Grayscale: #AAAAAA. Windows color (decimal): -11869556 or 9232970. OLE color: 9232970.
HSL color Cylindrical-coordinate representation of color #4AE28C: hue angle of 146.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE28C is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 226 | 140 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.11 |
| HSL | 146.05º | 0.72% | 0.59% | - |
| HSV(B) | 146.05º | 0.67% | 0.89% | - |
| XYZ | 34.75 | 57.74 | 34.12 | - |
| YUV | 170.75 | 110.64 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 226 | 140 | 0.67 | 0 | 0.38 | 0.11 | 146.05 | 0.72 | 0.59 |
| Hex | 4A | E2 | 8C | 43 | 0 | 26 | B | 92 | 48 | 3B |
| Octal | 112 | 342 | 214 | 103 | 0 | 46 | 13 | 222 | 110 | 73 |
| Binary | 1001010 | 11100010 | 10001100 | 1000011 | 0 | 100110 | 1011 | 10010010 | 1001000 | 111011 |
Color Harmonies of #4AE28C
Complementary color
Monochromatic Colors of #4AE28C
Black with #4AE28C
Text Example
Text Example
White with #4AE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE28C; }
p { color: rgb(74,226,140); }
H1.HeaderClassName
{
color: #4AE28C;
}
.AnyTagClassName
{
color: #4AE28C;
}
</style>
background-color css
<style>
a { background-color: #4AE28C; }
a { background-color: rgb(74,226,140); }
div.DivClassName
{
background-color: #4AE28C;
}
.BgClassName
{
background-color: #4AE28C;
}
</style>
border-color css
<style>
span { border-color: #4AE28C; }
span { border-color: rgb(74,226,140); }
td.TdClassName
{
border-color: #4AE28C;
}
.TagClassName
{
border-color: #4AE28C;
}
</style>