Shades of Emerald #4AC671
Tints of Emerald #4AC671
RGB
CMYK
RGB Variations
Color information
#4AC671 (or 0x4AC671) is known color: Emerald. HEX triplet: 4A, C6 and 71. RGB value is (74,198,113). Sum of RGB (Red+Green+Blue) = 74+198+113=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC671 is #B5398E. Grayscale: #979797. Windows color (decimal): -11876751 or 7456330. OLE color: 7456330.
HSL color Cylindrical-coordinate representation of color #4AC671: hue angle of 138.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC671 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 113 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.22 |
| HSL | 138.87º | 0.52% | 0.53% | - |
| HSV(B) | 138.87º | 0.63% | 0.78% | - |
| XYZ | 26 | 43.04 | 22.56 | - |
| YUV | 151.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 113 | 0.63 | 0 | 0.43 | 0.22 | 138.87 | 0.52 | 0.53 |
| Hex | 4A | C6 | 71 | 3F | 0 | 2B | 16 | 8B | 34 | 35 |
| Octal | 112 | 306 | 161 | 77 | 0 | 53 | 26 | 213 | 64 | 65 |
| Binary | 1001010 | 11000110 | 1110001 | 111111 | 0 | 101011 | 10110 | 10001011 | 110100 | 110101 |
Color Harmonies of #4AC671
Complementary color
Monochromatic Colors of #4AC671
Black with #4AC671
Text Example
Text Example
White with #4AC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC671; }
p { color: rgb(74,198,113); }
H1.HeaderClassName
{
color: #4AC671;
}
.AnyTagClassName
{
color: #4AC671;
}
</style>
background-color css
<style>
a { background-color: #4AC671; }
a { background-color: rgb(74,198,113); }
div.DivClassName
{
background-color: #4AC671;
}
.BgClassName
{
background-color: #4AC671;
}
</style>
border-color css
<style>
span { border-color: #4AC671; }
span { border-color: rgb(74,198,113); }
td.TdClassName
{
border-color: #4AC671;
}
.TagClassName
{
border-color: #4AC671;
}
</style>