Shades of Emerald #4ACC8B
Tints of Emerald #4ACC8B
RGB
CMYK
RGB Variations
Color information
#4ACC8B (or 0x4ACC8B) is known color: Emerald. HEX triplet: 4A, CC and 8B. RGB value is (74,204,139). Sum of RGB (Red+Green+Blue) = 74+204+139=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACC8B is #B53374. Grayscale: #9D9D9D. Windows color (decimal): -11875189 or 9161802. OLE color: 9161802.
HSL color Cylindrical-coordinate representation of color #4ACC8B: hue angle of 150º 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 #4ACC8B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 139 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.2 |
| HSL | 150º | 0.56% | 0.55% | - |
| HSV(B) | 150º | 0.64% | 0.8% | - |
| XYZ | 29.08 | 46.51 | 31.87 | - |
| YUV | 157.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 139 | 0.64 | 0 | 0.32 | 0.2 | 150 | 0.56 | 0.55 |
| Hex | 4A | CC | 8B | 40 | 0 | 20 | 14 | 96 | 38 | 37 |
| Octal | 112 | 314 | 213 | 100 | 0 | 40 | 24 | 226 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10001011 | 1000000 | 0 | 100000 | 10100 | 10010110 | 111000 | 110111 |
Color Harmonies of #4ACC8B
Complementary color
Monochromatic Colors of #4ACC8B
Black with #4ACC8B
Text Example
Text Example
White with #4ACC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC8B; }
p { color: rgb(74,204,139); }
H1.HeaderClassName
{
color: #4ACC8B;
}
.AnyTagClassName
{
color: #4ACC8B;
}
</style>
background-color css
<style>
a { background-color: #4ACC8B; }
a { background-color: rgb(74,204,139); }
div.DivClassName
{
background-color: #4ACC8B;
}
.BgClassName
{
background-color: #4ACC8B;
}
</style>
border-color css
<style>
span { border-color: #4ACC8B; }
span { border-color: rgb(74,204,139); }
td.TdClassName
{
border-color: #4ACC8B;
}
.TagClassName
{
border-color: #4ACC8B;
}
</style>