Shades of Emerald #4AC188
Tints of Emerald #4AC188
RGB
CMYK
RGB Variations
Color information
#4AC188 (or 0x4AC188) is known color: Emerald. HEX triplet: 4A, C1 and 88. RGB value is (74,193,136). Sum of RGB (Red+Green+Blue) = 74+193+136=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC188 is #B53E77. Grayscale: #979797. Windows color (decimal): -11878008 or 8962378. OLE color: 8962378.
HSL color Cylindrical-coordinate representation of color #4AC188: hue angle of 151.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC188 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 136 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.24 |
| HSL | 151.26º | 0.49% | 0.52% | - |
| HSV(B) | 151.26º | 0.62% | 0.76% | - |
| XYZ | 26.34 | 41.37 | 29.89 | - |
| YUV | 150.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 136 | 0.62 | 0 | 0.30 | 0.24 | 151.26 | 0.49 | 0.52 |
| Hex | 4A | C1 | 88 | 3E | 0 | 1E | 18 | 97 | 31 | 34 |
| Octal | 112 | 301 | 210 | 76 | 0 | 36 | 30 | 227 | 61 | 64 |
| Binary | 1001010 | 11000001 | 10001000 | 111110 | 0 | 11110 | 11000 | 10010111 | 110001 | 110100 |
Color Harmonies of #4AC188
Complementary color
Monochromatic Colors of #4AC188
Black with #4AC188
Text Example
Text Example
White with #4AC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC188; }
p { color: rgb(74,193,136); }
H1.HeaderClassName
{
color: #4AC188;
}
.AnyTagClassName
{
color: #4AC188;
}
</style>
background-color css
<style>
a { background-color: #4AC188; }
a { background-color: rgb(74,193,136); }
div.DivClassName
{
background-color: #4AC188;
}
.BgClassName
{
background-color: #4AC188;
}
</style>
border-color css
<style>
span { border-color: #4AC188; }
span { border-color: rgb(74,193,136); }
td.TdClassName
{
border-color: #4AC188;
}
.TagClassName
{
border-color: #4AC188;
}
</style>