Shades of Emerald #4AC96D
Tints of Emerald #4AC96D
RGB
CMYK
RGB Variations
Color information
#4AC96D (or 0x4AC96D) is known color: Emerald. HEX triplet: 4A, C9 and 6D. RGB value is (74,201,109). Sum of RGB (Red+Green+Blue) = 74+201+109=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC96D is #B53692. Grayscale: #989898. Windows color (decimal): -11875987 or 7194954. OLE color: 7194954.
HSL color Cylindrical-coordinate representation of color #4AC96D: hue angle of 136.54º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC96D is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 109 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.21 |
| HSL | 136.54º | 0.54% | 0.54% | - |
| HSV(B) | 136.54º | 0.63% | 0.79% | - |
| XYZ | 26.47 | 44.33 | 21.63 | - |
| YUV | 152.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 109 | 0.63 | 0 | 0.46 | 0.21 | 136.54 | 0.54 | 0.54 |
| Hex | 4A | C9 | 6D | 3F | 0 | 2E | 15 | 89 | 36 | 36 |
| Octal | 112 | 311 | 155 | 77 | 0 | 56 | 25 | 211 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1101101 | 111111 | 0 | 101110 | 10101 | 10001001 | 110110 | 110110 |
Color Harmonies of #4AC96D
Complementary color
Monochromatic Colors of #4AC96D
Black with #4AC96D
Text Example
Text Example
White with #4AC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC96D; }
p { color: rgb(74,201,109); }
H1.HeaderClassName
{
color: #4AC96D;
}
.AnyTagClassName
{
color: #4AC96D;
}
</style>
background-color css
<style>
a { background-color: #4AC96D; }
a { background-color: rgb(74,201,109); }
div.DivClassName
{
background-color: #4AC96D;
}
.BgClassName
{
background-color: #4AC96D;
}
</style>
border-color css
<style>
span { border-color: #4AC96D; }
span { border-color: rgb(74,201,109); }
td.TdClassName
{
border-color: #4AC96D;
}
.TagClassName
{
border-color: #4AC96D;
}
</style>