Shades of Emerald #4AC272
Tints of Emerald #4AC272
RGB
CMYK
RGB Variations
Color information
#4AC272 (or 0x4AC272) is known color: Emerald. HEX triplet: 4A, C2 and 72. RGB value is (74,194,114). Sum of RGB (Red+Green+Blue) = 74+194+114=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC272 is #B53D8D. Grayscale: #959595. Windows color (decimal): -11877774 or 7520842. OLE color: 7520842.
HSL color Cylindrical-coordinate representation of color #4AC272: hue angle of 140º 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 #4AC272 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 114 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.24 |
| HSL | 140º | 0.5% | 0.53% | - |
| HSV(B) | 140º | 0.62% | 0.76% | - |
| XYZ | 25.15 | 41.25 | 22.56 | - |
| YUV | 149 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 114 | 0.62 | 0 | 0.41 | 0.24 | 140 | 0.5 | 0.53 |
| Hex | 4A | C2 | 72 | 3E | 0 | 29 | 18 | 8C | 32 | 35 |
| Octal | 112 | 302 | 162 | 76 | 0 | 51 | 30 | 214 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1110010 | 111110 | 0 | 101001 | 11000 | 10001100 | 110010 | 110101 |
Color Harmonies of #4AC272
Complementary color
Monochromatic Colors of #4AC272
Black with #4AC272
Text Example
Text Example
White with #4AC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC272; }
p { color: rgb(74,194,114); }
H1.HeaderClassName
{
color: #4AC272;
}
.AnyTagClassName
{
color: #4AC272;
}
</style>
background-color css
<style>
a { background-color: #4AC272; }
a { background-color: rgb(74,194,114); }
div.DivClassName
{
background-color: #4AC272;
}
.BgClassName
{
background-color: #4AC272;
}
</style>
border-color css
<style>
span { border-color: #4AC272; }
span { border-color: rgb(74,194,114); }
td.TdClassName
{
border-color: #4AC272;
}
.TagClassName
{
border-color: #4AC272;
}
</style>