Shades of Emerald #4ACB86
Tints of Emerald #4ACB86
RGB
CMYK
RGB Variations
Color information
#4ACB86 (or 0x4ACB86) is known color: Emerald. HEX triplet: 4A, CB and 86. RGB value is (74,203,134). Sum of RGB (Red+Green+Blue) = 74+203+134=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB86 is #B53479. Grayscale: #9C9C9C. Windows color (decimal): -11875450 or 8833866. OLE color: 8833866.
HSL color Cylindrical-coordinate representation of color #4ACB86: hue angle of 147.91º 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 #4ACB86 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 134 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.20 |
| HSL | 147.91º | 0.55% | 0.54% | - |
| HSV(B) | 147.91º | 0.64% | 0.8% | - |
| XYZ | 28.48 | 45.89 | 29.91 | - |
| YUV | 156.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 134 | 0.64 | 0 | 0.34 | 0.20 | 147.91 | 0.55 | 0.54 |
| Hex | 4A | CB | 86 | 40 | 0 | 22 | 14 | 94 | 37 | 36 |
| Octal | 112 | 313 | 206 | 100 | 0 | 42 | 24 | 224 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10000110 | 1000000 | 0 | 100010 | 10100 | 10010100 | 110111 | 110110 |
Color Harmonies of #4ACB86
Complementary color
Monochromatic Colors of #4ACB86
Black with #4ACB86
Text Example
Text Example
White with #4ACB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB86; }
p { color: rgb(74,203,134); }
H1.HeaderClassName
{
color: #4ACB86;
}
.AnyTagClassName
{
color: #4ACB86;
}
</style>
background-color css
<style>
a { background-color: #4ACB86; }
a { background-color: rgb(74,203,134); }
div.DivClassName
{
background-color: #4ACB86;
}
.BgClassName
{
background-color: #4ACB86;
}
</style>
border-color css
<style>
span { border-color: #4ACB86; }
span { border-color: rgb(74,203,134); }
td.TdClassName
{
border-color: #4ACB86;
}
.TagClassName
{
border-color: #4ACB86;
}
</style>