Shades of Emerald #4AC274
Tints of Emerald #4AC274
RGB
CMYK
RGB Variations
Color information
#4AC274 (or 0x4AC274) is known color: Emerald. HEX triplet: 4A, C2 and 74. RGB value is (74,194,116). Sum of RGB (Red+Green+Blue) = 74+194+116=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC274 is #B53D8B. Grayscale: #959595. Windows color (decimal): -11877772 or 7651914. OLE color: 7651914.
HSL color Cylindrical-coordinate representation of color #4AC274: hue angle of 141º 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 #4AC274 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 116 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.24 |
| HSL | 141º | 0.5% | 0.53% | - |
| HSV(B) | 141º | 0.62% | 0.76% | - |
| XYZ | 25.27 | 41.3 | 23.16 | - |
| YUV | 149.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 116 | 0.62 | 0 | 0.40 | 0.24 | 141 | 0.5 | 0.53 |
| Hex | 4A | C2 | 74 | 3E | 0 | 28 | 18 | 8D | 32 | 35 |
| Octal | 112 | 302 | 164 | 76 | 0 | 50 | 30 | 215 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1110100 | 111110 | 0 | 101000 | 11000 | 10001101 | 110010 | 110101 |
Color Harmonies of #4AC274
Complementary color
Monochromatic Colors of #4AC274
Black with #4AC274
Text Example
Text Example
White with #4AC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC274; }
p { color: rgb(74,194,116); }
H1.HeaderClassName
{
color: #4AC274;
}
.AnyTagClassName
{
color: #4AC274;
}
</style>
background-color css
<style>
a { background-color: #4AC274; }
a { background-color: rgb(74,194,116); }
div.DivClassName
{
background-color: #4AC274;
}
.BgClassName
{
background-color: #4AC274;
}
</style>
border-color css
<style>
span { border-color: #4AC274; }
span { border-color: rgb(74,194,116); }
td.TdClassName
{
border-color: #4AC274;
}
.TagClassName
{
border-color: #4AC274;
}
</style>