Shades of Emerald #4ACB7A
Tints of Emerald #4ACB7A
RGB
CMYK
RGB Variations
Color information
#4ACB7A (or 0x4ACB7A) is known color: Emerald. HEX triplet: 4A, CB and 7A. RGB value is (74,203,122). Sum of RGB (Red+Green+Blue) = 74+203+122=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB7A is #B53485. Grayscale: #9B9B9B. Windows color (decimal): -11875462 or 8047434. OLE color: 8047434.
HSL color Cylindrical-coordinate representation of color #4ACB7A: hue angle of 142.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB7A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 122 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.20 |
| HSL | 142.33º | 0.55% | 0.54% | - |
| HSV(B) | 142.33º | 0.64% | 0.8% | - |
| XYZ | 27.69 | 45.57 | 25.75 | - |
| YUV | 155.2 | 109.26 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 122 | 0.64 | 0 | 0.40 | 0.20 | 142.33 | 0.55 | 0.54 |
| Hex | 4A | CB | 7A | 40 | 0 | 28 | 14 | 8E | 37 | 36 |
| Octal | 112 | 313 | 172 | 100 | 0 | 50 | 24 | 216 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1111010 | 1000000 | 0 | 101000 | 10100 | 10001110 | 110111 | 110110 |
Color Harmonies of #4ACB7A
Complementary color
Monochromatic Colors of #4ACB7A
Black with #4ACB7A
Text Example
Text Example
White with #4ACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB7A; }
p { color: rgb(74,203,122); }
H1.HeaderClassName
{
color: #4ACB7A;
}
.AnyTagClassName
{
color: #4ACB7A;
}
</style>
background-color css
<style>
a { background-color: #4ACB7A; }
a { background-color: rgb(74,203,122); }
div.DivClassName
{
background-color: #4ACB7A;
}
.BgClassName
{
background-color: #4ACB7A;
}
</style>
border-color css
<style>
span { border-color: #4ACB7A; }
span { border-color: rgb(74,203,122); }
td.TdClassName
{
border-color: #4ACB7A;
}
.TagClassName
{
border-color: #4ACB7A;
}
</style>