Shades of Emerald #4AC388
Tints of Emerald #4AC388
RGB
CMYK
RGB Variations
Color information
#4AC388 (or 0x4AC388) is known color: Emerald. HEX triplet: 4A, C3 and 88. RGB value is (74,195,136). Sum of RGB (Red+Green+Blue) = 74+195+136=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC388 is #B53C77. Grayscale: #989898. Windows color (decimal): -11877496 or 8962890. OLE color: 8962890.
HSL color Cylindrical-coordinate representation of color #4AC388: hue angle of 150.74º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC388 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 136 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.24 |
| HSL | 150.74º | 0.5% | 0.53% | - |
| HSV(B) | 150.74º | 0.62% | 0.76% | - |
| XYZ | 26.78 | 42.26 | 30.04 | - |
| YUV | 152.1 | 118.91 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 136 | 0.62 | 0 | 0.30 | 0.24 | 150.74 | 0.5 | 0.53 |
| Hex | 4A | C3 | 88 | 3E | 0 | 1E | 18 | 97 | 32 | 35 |
| Octal | 112 | 303 | 210 | 76 | 0 | 36 | 30 | 227 | 62 | 65 |
| Binary | 1001010 | 11000011 | 10001000 | 111110 | 0 | 11110 | 11000 | 10010111 | 110010 | 110101 |
Color Harmonies of #4AC388
Complementary color
Monochromatic Colors of #4AC388
Black with #4AC388
Text Example
Text Example
White with #4AC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC388; }
p { color: rgb(74,195,136); }
H1.HeaderClassName
{
color: #4AC388;
}
.AnyTagClassName
{
color: #4AC388;
}
</style>
background-color css
<style>
a { background-color: #4AC388; }
a { background-color: rgb(74,195,136); }
div.DivClassName
{
background-color: #4AC388;
}
.BgClassName
{
background-color: #4AC388;
}
</style>
border-color css
<style>
span { border-color: #4AC388; }
span { border-color: rgb(74,195,136); }
td.TdClassName
{
border-color: #4AC388;
}
.TagClassName
{
border-color: #4AC388;
}
</style>