Shades of Emerald #4ABC86
Tints of Emerald #4ABC86
RGB
CMYK
RGB Variations
Color information
#4ABC86 (or 0x4ABC86) is known color: Emerald. HEX triplet: 4A, BC and 86. RGB value is (74,188,134). Sum of RGB (Red+Green+Blue) = 74+188+134=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC86 is #B54379. Grayscale: #939393. Windows color (decimal): -11879290 or 8830026. OLE color: 8830026.
HSL color Cylindrical-coordinate representation of color #4ABC86: hue angle of 151.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC86 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 134 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.26 |
| HSL | 151.58º | 0.46% | 0.51% | - |
| HSV(B) | 151.58º | 0.61% | 0.74% | - |
| XYZ | 25.11 | 39.14 | 28.79 | - |
| YUV | 147.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 134 | 0.61 | 0 | 0.29 | 0.26 | 151.58 | 0.46 | 0.51 |
| Hex | 4A | BC | 86 | 3D | 0 | 1D | 1A | 98 | 2E | 33 |
| Octal | 112 | 274 | 206 | 75 | 0 | 35 | 32 | 230 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10000110 | 111101 | 0 | 11101 | 11010 | 10011000 | 101110 | 110011 |
Color Harmonies of #4ABC86
Complementary color
Monochromatic Colors of #4ABC86
Black with #4ABC86
Text Example
Text Example
White with #4ABC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC86; }
p { color: rgb(74,188,134); }
H1.HeaderClassName
{
color: #4ABC86;
}
.AnyTagClassName
{
color: #4ABC86;
}
</style>
background-color css
<style>
a { background-color: #4ABC86; }
a { background-color: rgb(74,188,134); }
div.DivClassName
{
background-color: #4ABC86;
}
.BgClassName
{
background-color: #4ABC86;
}
</style>
border-color css
<style>
span { border-color: #4ABC86; }
span { border-color: rgb(74,188,134); }
td.TdClassName
{
border-color: #4ABC86;
}
.TagClassName
{
border-color: #4ABC86;
}
</style>