Shades of Emerald #4AC37A
Tints of Emerald #4AC37A
RGB
CMYK
RGB Variations
Color information
#4AC37A (or 0x4AC37A) is known color: Emerald. HEX triplet: 4A, C3 and 7A. RGB value is (74,195,122). Sum of RGB (Red+Green+Blue) = 74+195+122=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC37A is #B53C85. Grayscale: #969696. Windows color (decimal): -11877510 or 8045386. OLE color: 8045386.
HSL color Cylindrical-coordinate representation of color #4AC37A: hue angle of 143.8º 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 #4AC37A is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 122 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.24 |
| HSL | 143.8º | 0.5% | 0.53% | - |
| HSV(B) | 143.8º | 0.62% | 0.76% | - |
| XYZ | 25.85 | 41.89 | 25.14 | - |
| YUV | 150.5 | 111.91 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 122 | 0.62 | 0 | 0.37 | 0.24 | 143.8 | 0.5 | 0.53 |
| Hex | 4A | C3 | 7A | 3E | 0 | 25 | 18 | 90 | 32 | 35 |
| Octal | 112 | 303 | 172 | 76 | 0 | 45 | 30 | 220 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1111010 | 111110 | 0 | 100101 | 11000 | 10010000 | 110010 | 110101 |
Color Harmonies of #4AC37A
Complementary color
Monochromatic Colors of #4AC37A
Black with #4AC37A
Text Example
Text Example
White with #4AC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC37A; }
p { color: rgb(74,195,122); }
H1.HeaderClassName
{
color: #4AC37A;
}
.AnyTagClassName
{
color: #4AC37A;
}
</style>
background-color css
<style>
a { background-color: #4AC37A; }
a { background-color: rgb(74,195,122); }
div.DivClassName
{
background-color: #4AC37A;
}
.BgClassName
{
background-color: #4AC37A;
}
</style>
border-color css
<style>
span { border-color: #4AC37A; }
span { border-color: rgb(74,195,122); }
td.TdClassName
{
border-color: #4AC37A;
}
.TagClassName
{
border-color: #4AC37A;
}
</style>