Shades of Emerald #4AC76C
Tints of Emerald #4AC76C
RGB
CMYK
RGB Variations
Color information
#4AC76C (or 0x4AC76C) is known color: Emerald. HEX triplet: 4A, C7 and 6C. RGB value is (74,199,108). Sum of RGB (Red+Green+Blue) = 74+199+108=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC76C is #B53893. Grayscale: #979797. Windows color (decimal): -11876500 or 7128906. OLE color: 7128906.
HSL color Cylindrical-coordinate representation of color #4AC76C: hue angle of 136.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC76C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 108 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.22 |
| HSL | 136.32º | 0.53% | 0.54% | - |
| HSV(B) | 136.32º | 0.63% | 0.78% | - |
| XYZ | 25.95 | 43.39 | 21.19 | - |
| YUV | 151.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 108 | 0.63 | 0 | 0.46 | 0.22 | 136.32 | 0.53 | 0.54 |
| Hex | 4A | C7 | 6C | 3F | 0 | 2E | 16 | 88 | 35 | 36 |
| Octal | 112 | 307 | 154 | 77 | 0 | 56 | 26 | 210 | 65 | 66 |
| Binary | 1001010 | 11000111 | 1101100 | 111111 | 0 | 101110 | 10110 | 10001000 | 110101 | 110110 |
Color Harmonies of #4AC76C
Complementary color
Monochromatic Colors of #4AC76C
Black with #4AC76C
Text Example
Text Example
White with #4AC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC76C; }
p { color: rgb(74,199,108); }
H1.HeaderClassName
{
color: #4AC76C;
}
.AnyTagClassName
{
color: #4AC76C;
}
</style>
background-color css
<style>
a { background-color: #4AC76C; }
a { background-color: rgb(74,199,108); }
div.DivClassName
{
background-color: #4AC76C;
}
.BgClassName
{
background-color: #4AC76C;
}
</style>
border-color css
<style>
span { border-color: #4AC76C; }
span { border-color: rgb(74,199,108); }
td.TdClassName
{
border-color: #4AC76C;
}
.TagClassName
{
border-color: #4AC76C;
}
</style>