Shades of Emerald #4AC27C
Tints of Emerald #4AC27C
RGB
CMYK
RGB Variations
Color information
#4AC27C (or 0x4AC27C) is known color: Emerald. HEX triplet: 4A, C2 and 7C. RGB value is (74,194,124). Sum of RGB (Red+Green+Blue) = 74+194+124=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC27C is #B53D83. Grayscale: #969696. Windows color (decimal): -11877764 or 8176202. OLE color: 8176202.
HSL color Cylindrical-coordinate representation of color #4AC27C: hue angle of 145º 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 #4AC27C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 124 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.24 |
| HSL | 145º | 0.5% | 0.53% | - |
| HSV(B) | 145º | 0.62% | 0.76% | - |
| XYZ | 25.75 | 41.49 | 25.72 | - |
| YUV | 150.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 124 | 0.62 | 0 | 0.36 | 0.24 | 145 | 0.5 | 0.53 |
| Hex | 4A | C2 | 7C | 3E | 0 | 24 | 18 | 91 | 32 | 35 |
| Octal | 112 | 302 | 174 | 76 | 0 | 44 | 30 | 221 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1111100 | 111110 | 0 | 100100 | 11000 | 10010001 | 110010 | 110101 |
Color Harmonies of #4AC27C
Complementary color
Monochromatic Colors of #4AC27C
Black with #4AC27C
Text Example
Text Example
White with #4AC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC27C; }
p { color: rgb(74,194,124); }
H1.HeaderClassName
{
color: #4AC27C;
}
.AnyTagClassName
{
color: #4AC27C;
}
</style>
background-color css
<style>
a { background-color: #4AC27C; }
a { background-color: rgb(74,194,124); }
div.DivClassName
{
background-color: #4AC27C;
}
.BgClassName
{
background-color: #4AC27C;
}
</style>
border-color css
<style>
span { border-color: #4AC27C; }
span { border-color: rgb(74,194,124); }
td.TdClassName
{
border-color: #4AC27C;
}
.TagClassName
{
border-color: #4AC27C;
}
</style>