Shades of Emerald #4ACC84
Tints of Emerald #4ACC84
RGB
CMYK
RGB Variations
Color information
#4ACC84 (or 0x4ACC84) is known color: Emerald. HEX triplet: 4A, CC and 84. RGB value is (74,204,132). Sum of RGB (Red+Green+Blue) = 74+204+132=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACC84 is #B5337B. Grayscale: #9D9D9D. Windows color (decimal): -11875196 or 8703050. OLE color: 8703050.
HSL color Cylindrical-coordinate representation of color #4ACC84: hue angle of 146.77º 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 #4ACC84 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 132 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.2 |
| HSL | 146.77º | 0.56% | 0.55% | - |
| HSV(B) | 146.77º | 0.64% | 0.8% | - |
| XYZ | 28.58 | 46.31 | 29.26 | - |
| YUV | 156.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 132 | 0.64 | 0 | 0.35 | 0.2 | 146.77 | 0.56 | 0.55 |
| Hex | 4A | CC | 84 | 40 | 0 | 23 | 14 | 93 | 38 | 37 |
| Octal | 112 | 314 | 204 | 100 | 0 | 43 | 24 | 223 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10000100 | 1000000 | 0 | 100011 | 10100 | 10010011 | 111000 | 110111 |
Color Harmonies of #4ACC84
Complementary color
Monochromatic Colors of #4ACC84
Black with #4ACC84
Text Example
Text Example
White with #4ACC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC84; }
p { color: rgb(74,204,132); }
H1.HeaderClassName
{
color: #4ACC84;
}
.AnyTagClassName
{
color: #4ACC84;
}
</style>
background-color css
<style>
a { background-color: #4ACC84; }
a { background-color: rgb(74,204,132); }
div.DivClassName
{
background-color: #4ACC84;
}
.BgClassName
{
background-color: #4ACC84;
}
</style>
border-color css
<style>
span { border-color: #4ACC84; }
span { border-color: rgb(74,204,132); }
td.TdClassName
{
border-color: #4ACC84;
}
.TagClassName
{
border-color: #4ACC84;
}
</style>