Shades of Emerald #4ACB6E
Tints of Emerald #4ACB6E
RGB
CMYK
RGB Variations
Color information
#4ACB6E (or 0x4ACB6E) is known color: Emerald. HEX triplet: 4A, CB and 6E. RGB value is (74,203,110). Sum of RGB (Red+Green+Blue) = 74+203+110=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB6E is #B53491. Grayscale: #9A9A9A. Windows color (decimal): -11875474 or 7261002. OLE color: 7261002.
HSL color Cylindrical-coordinate representation of color #4ACB6E: hue angle of 136.74º 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 #4ACB6E is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 110 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.20 |
| HSL | 136.74º | 0.55% | 0.54% | - |
| HSV(B) | 136.74º | 0.64% | 0.8% | - |
| XYZ | 26.99 | 45.29 | 22.07 | - |
| YUV | 153.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 110 | 0.64 | 0 | 0.46 | 0.20 | 136.74 | 0.55 | 0.54 |
| Hex | 4A | CB | 6E | 40 | 0 | 2E | 14 | 89 | 37 | 36 |
| Octal | 112 | 313 | 156 | 100 | 0 | 56 | 24 | 211 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1101110 | 1000000 | 0 | 101110 | 10100 | 10001001 | 110111 | 110110 |
Color Harmonies of #4ACB6E
Complementary color
Monochromatic Colors of #4ACB6E
Black with #4ACB6E
Text Example
Text Example
White with #4ACB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB6E; }
p { color: rgb(74,203,110); }
H1.HeaderClassName
{
color: #4ACB6E;
}
.AnyTagClassName
{
color: #4ACB6E;
}
</style>
background-color css
<style>
a { background-color: #4ACB6E; }
a { background-color: rgb(74,203,110); }
div.DivClassName
{
background-color: #4ACB6E;
}
.BgClassName
{
background-color: #4ACB6E;
}
</style>
border-color css
<style>
span { border-color: #4ACB6E; }
span { border-color: rgb(74,203,110); }
td.TdClassName
{
border-color: #4ACB6E;
}
.TagClassName
{
border-color: #4ACB6E;
}
</style>