Shades of Emerald #4ACB8D
Tints of Emerald #4ACB8D
RGB
CMYK
RGB Variations
Color information
#4ACB8D (or 0x4ACB8D) is known color: Emerald. HEX triplet: 4A, CB and 8D. RGB value is (74,203,141). Sum of RGB (Red+Green+Blue) = 74+203+141=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB8D is #B53472. Grayscale: #9D9D9D. Windows color (decimal): -11875443 or 9292618. OLE color: 9292618.
HSL color Cylindrical-coordinate representation of color #4ACB8D: hue angle of 151.16º 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 #4ACB8D is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 141 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.20 |
| HSL | 151.16º | 0.55% | 0.54% | - |
| HSV(B) | 151.16º | 0.64% | 0.8% | - |
| XYZ | 28.99 | 46.09 | 32.57 | - |
| YUV | 157.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 141 | 0.64 | 0 | 0.31 | 0.20 | 151.16 | 0.55 | 0.54 |
| Hex | 4A | CB | 8D | 40 | 0 | 1F | 14 | 97 | 37 | 36 |
| Octal | 112 | 313 | 215 | 100 | 0 | 37 | 24 | 227 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10001101 | 1000000 | 0 | 11111 | 10100 | 10010111 | 110111 | 110110 |
Color Harmonies of #4ACB8D
Complementary color
Monochromatic Colors of #4ACB8D
Black with #4ACB8D
Text Example
Text Example
White with #4ACB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB8D; }
p { color: rgb(74,203,141); }
H1.HeaderClassName
{
color: #4ACB8D;
}
.AnyTagClassName
{
color: #4ACB8D;
}
</style>
background-color css
<style>
a { background-color: #4ACB8D; }
a { background-color: rgb(74,203,141); }
div.DivClassName
{
background-color: #4ACB8D;
}
.BgClassName
{
background-color: #4ACB8D;
}
</style>
border-color css
<style>
span { border-color: #4ACB8D; }
span { border-color: rgb(74,203,141); }
td.TdClassName
{
border-color: #4ACB8D;
}
.TagClassName
{
border-color: #4ACB8D;
}
</style>