Shades of Emerald #4AC276
Tints of Emerald #4AC276
RGB
CMYK
RGB Variations
Color information
#4AC276 (or 0x4AC276) is known color: Emerald. HEX triplet: 4A, C2 and 76. RGB value is (74,194,118). Sum of RGB (Red+Green+Blue) = 74+194+118=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC276 is #B53D89. Grayscale: #959595. Windows color (decimal): -11877770 or 7782986. OLE color: 7782986.
HSL color Cylindrical-coordinate representation of color #4AC276: hue angle of 142º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC276 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 118 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.24 |
| HSL | 142º | 0.5% | 0.53% | - |
| HSV(B) | 142º | 0.62% | 0.76% | - |
| XYZ | 25.39 | 41.35 | 23.78 | - |
| YUV | 149.46 | 110.24 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 118 | 0.62 | 0 | 0.39 | 0.24 | 142 | 0.5 | 0.53 |
| Hex | 4A | C2 | 76 | 3E | 0 | 27 | 18 | 8E | 32 | 35 |
| Octal | 112 | 302 | 166 | 76 | 0 | 47 | 30 | 216 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1110110 | 111110 | 0 | 100111 | 11000 | 10001110 | 110010 | 110101 |
Color Harmonies of #4AC276
Complementary color
Monochromatic Colors of #4AC276
Black with #4AC276
Text Example
Text Example
White with #4AC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC276; }
p { color: rgb(74,194,118); }
H1.HeaderClassName
{
color: #4AC276;
}
.AnyTagClassName
{
color: #4AC276;
}
</style>
background-color css
<style>
a { background-color: #4AC276; }
a { background-color: rgb(74,194,118); }
div.DivClassName
{
background-color: #4AC276;
}
.BgClassName
{
background-color: #4AC276;
}
</style>
border-color css
<style>
span { border-color: #4AC276; }
span { border-color: rgb(74,194,118); }
td.TdClassName
{
border-color: #4AC276;
}
.TagClassName
{
border-color: #4AC276;
}
</style>