Shades of Emerald #4ACC7B
Tints of Emerald #4ACC7B
RGB
CMYK
RGB Variations
Color information
#4ACC7B (or 0x4ACC7B) is known color: Emerald. HEX triplet: 4A, CC and 7B. RGB value is (74,204,123). Sum of RGB (Red+Green+Blue) = 74+204+123=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC7B is #B53384. Grayscale: #9C9C9C. Windows color (decimal): -11875205 or 8113226. OLE color: 8113226.
HSL color Cylindrical-coordinate representation of color #4ACC7B: hue angle of 142.62º 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 #4ACC7B is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 123 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.2 |
| HSL | 142.62º | 0.56% | 0.55% | - |
| HSV(B) | 142.62º | 0.64% | 0.8% | - |
| XYZ | 27.99 | 46.07 | 26.16 | - |
| YUV | 155.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 123 | 0.64 | 0 | 0.40 | 0.2 | 142.62 | 0.56 | 0.55 |
| Hex | 4A | CC | 7B | 40 | 0 | 28 | 14 | 8F | 38 | 37 |
| Octal | 112 | 314 | 173 | 100 | 0 | 50 | 24 | 217 | 70 | 67 |
| Binary | 1001010 | 11001100 | 1111011 | 1000000 | 0 | 101000 | 10100 | 10001111 | 111000 | 110111 |
Color Harmonies of #4ACC7B
Complementary color
Monochromatic Colors of #4ACC7B
Black with #4ACC7B
Text Example
Text Example
White with #4ACC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC7B; }
p { color: rgb(74,204,123); }
H1.HeaderClassName
{
color: #4ACC7B;
}
.AnyTagClassName
{
color: #4ACC7B;
}
</style>
background-color css
<style>
a { background-color: #4ACC7B; }
a { background-color: rgb(74,204,123); }
div.DivClassName
{
background-color: #4ACC7B;
}
.BgClassName
{
background-color: #4ACC7B;
}
</style>
border-color css
<style>
span { border-color: #4ACC7B; }
span { border-color: rgb(74,204,123); }
td.TdClassName
{
border-color: #4ACC7B;
}
.TagClassName
{
border-color: #4ACC7B;
}
</style>