Shades of Emerald #4AC47A
Tints of Emerald #4AC47A
RGB
CMYK
RGB Variations
Color information
#4AC47A (or 0x4AC47A) is known color: Emerald. HEX triplet: 4A, C4 and 7A. RGB value is (74,196,122). Sum of RGB (Red+Green+Blue) = 74+196+122=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC47A is #B53B85. Grayscale: #979797. Windows color (decimal): -11877254 or 8045642. OLE color: 8045642.
HSL color Cylindrical-coordinate representation of color #4AC47A: hue angle of 143.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC47A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 122 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.23 |
| HSL | 143.61º | 0.51% | 0.53% | - |
| HSV(B) | 143.61º | 0.62% | 0.77% | - |
| XYZ | 26.08 | 42.34 | 25.21 | - |
| YUV | 151.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 122 | 0.62 | 0 | 0.38 | 0.23 | 143.61 | 0.51 | 0.53 |
| Hex | 4A | C4 | 7A | 3E | 0 | 26 | 17 | 90 | 33 | 35 |
| Octal | 112 | 304 | 172 | 76 | 0 | 46 | 27 | 220 | 63 | 65 |
| Binary | 1001010 | 11000100 | 1111010 | 111110 | 0 | 100110 | 10111 | 10010000 | 110011 | 110101 |
Color Harmonies of #4AC47A
Complementary color
Monochromatic Colors of #4AC47A
Black with #4AC47A
Text Example
Text Example
White with #4AC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC47A; }
p { color: rgb(74,196,122); }
H1.HeaderClassName
{
color: #4AC47A;
}
.AnyTagClassName
{
color: #4AC47A;
}
</style>
background-color css
<style>
a { background-color: #4AC47A; }
a { background-color: rgb(74,196,122); }
div.DivClassName
{
background-color: #4AC47A;
}
.BgClassName
{
background-color: #4AC47A;
}
</style>
border-color css
<style>
span { border-color: #4AC47A; }
span { border-color: rgb(74,196,122); }
td.TdClassName
{
border-color: #4AC47A;
}
.TagClassName
{
border-color: #4AC47A;
}
</style>