Shades of Emerald #4ACC7C
Tints of Emerald #4ACC7C
RGB
CMYK
RGB Variations
Color information
#4ACC7C (or 0x4ACC7C) is known color: Emerald. HEX triplet: 4A, CC and 7C. RGB value is (74,204,124). Sum of RGB (Red+Green+Blue) = 74+204+124=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC7C is #B53383. Grayscale: #9C9C9C. Windows color (decimal): -11875204 or 8178762. OLE color: 8178762.
HSL color Cylindrical-coordinate representation of color #4ACC7C: hue angle of 143.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC7C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 124 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.2 |
| HSL | 143.08º | 0.56% | 0.55% | - |
| HSV(B) | 143.08º | 0.64% | 0.8% | - |
| XYZ | 28.05 | 46.1 | 26.49 | - |
| YUV | 156.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 124 | 0.64 | 0 | 0.39 | 0.2 | 143.08 | 0.56 | 0.55 |
| Hex | 4A | CC | 7C | 40 | 0 | 27 | 14 | 8F | 38 | 37 |
| Octal | 112 | 314 | 174 | 100 | 0 | 47 | 24 | 217 | 70 | 67 |
| Binary | 1001010 | 11001100 | 1111100 | 1000000 | 0 | 100111 | 10100 | 10001111 | 111000 | 110111 |
Color Harmonies of #4ACC7C
Complementary color
Monochromatic Colors of #4ACC7C
Black with #4ACC7C
Text Example
Text Example
White with #4ACC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC7C; }
p { color: rgb(74,204,124); }
H1.HeaderClassName
{
color: #4ACC7C;
}
.AnyTagClassName
{
color: #4ACC7C;
}
</style>
background-color css
<style>
a { background-color: #4ACC7C; }
a { background-color: rgb(74,204,124); }
div.DivClassName
{
background-color: #4ACC7C;
}
.BgClassName
{
background-color: #4ACC7C;
}
</style>
border-color css
<style>
span { border-color: #4ACC7C; }
span { border-color: rgb(74,204,124); }
td.TdClassName
{
border-color: #4ACC7C;
}
.TagClassName
{
border-color: #4ACC7C;
}
</style>