Shades of Emerald #4AC971
Tints of Emerald #4AC971
RGB
CMYK
RGB Variations
Color information
#4AC971 (or 0x4AC971) is known color: Emerald. HEX triplet: 4A, C9 and 71. RGB value is (74,201,113). Sum of RGB (Red+Green+Blue) = 74+201+113=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC971 is #B5368E. Grayscale: #999999. Windows color (decimal): -11875983 or 7457098. OLE color: 7457098.
HSL color Cylindrical-coordinate representation of color #4AC971: hue angle of 138.43º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC971 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 113 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.21 |
| HSL | 138.43º | 0.54% | 0.54% | - |
| HSV(B) | 138.43º | 0.63% | 0.79% | - |
| XYZ | 26.69 | 44.42 | 22.79 | - |
| YUV | 153 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 113 | 0.63 | 0 | 0.44 | 0.21 | 138.43 | 0.54 | 0.54 |
| Hex | 4A | C9 | 71 | 3F | 0 | 2C | 15 | 8A | 36 | 36 |
| Octal | 112 | 311 | 161 | 77 | 0 | 54 | 25 | 212 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1110001 | 111111 | 0 | 101100 | 10101 | 10001010 | 110110 | 110110 |
Color Harmonies of #4AC971
Complementary color
Monochromatic Colors of #4AC971
Black with #4AC971
Text Example
Text Example
White with #4AC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC971; }
p { color: rgb(74,201,113); }
H1.HeaderClassName
{
color: #4AC971;
}
.AnyTagClassName
{
color: #4AC971;
}
</style>
background-color css
<style>
a { background-color: #4AC971; }
a { background-color: rgb(74,201,113); }
div.DivClassName
{
background-color: #4AC971;
}
.BgClassName
{
background-color: #4AC971;
}
</style>
border-color css
<style>
span { border-color: #4AC971; }
span { border-color: rgb(74,201,113); }
td.TdClassName
{
border-color: #4AC971;
}
.TagClassName
{
border-color: #4AC971;
}
</style>