Shades of Emerald #4AC37C
Tints of Emerald #4AC37C
RGB
CMYK
RGB Variations
Color information
#4AC37C (or 0x4AC37C) is known color: Emerald. HEX triplet: 4A, C3 and 7C. RGB value is (74,195,124). Sum of RGB (Red+Green+Blue) = 74+195+124=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC37C is #B53C83. Grayscale: #969696. Windows color (decimal): -11877508 or 8176458. OLE color: 8176458.
HSL color Cylindrical-coordinate representation of color #4AC37C: hue angle of 144.79º 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 #4AC37C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 124 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.24 |
| HSL | 144.79º | 0.5% | 0.53% | - |
| HSV(B) | 144.79º | 0.62% | 0.76% | - |
| XYZ | 25.98 | 41.94 | 25.8 | - |
| YUV | 150.73 | 112.91 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 124 | 0.62 | 0 | 0.36 | 0.24 | 144.79 | 0.5 | 0.53 |
| Hex | 4A | C3 | 7C | 3E | 0 | 24 | 18 | 91 | 32 | 35 |
| Octal | 112 | 303 | 174 | 76 | 0 | 44 | 30 | 221 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1111100 | 111110 | 0 | 100100 | 11000 | 10010001 | 110010 | 110101 |
Color Harmonies of #4AC37C
Complementary color
Monochromatic Colors of #4AC37C
Black with #4AC37C
Text Example
Text Example
White with #4AC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC37C; }
p { color: rgb(74,195,124); }
H1.HeaderClassName
{
color: #4AC37C;
}
.AnyTagClassName
{
color: #4AC37C;
}
</style>
background-color css
<style>
a { background-color: #4AC37C; }
a { background-color: rgb(74,195,124); }
div.DivClassName
{
background-color: #4AC37C;
}
.BgClassName
{
background-color: #4AC37C;
}
</style>
border-color css
<style>
span { border-color: #4AC37C; }
span { border-color: rgb(74,195,124); }
td.TdClassName
{
border-color: #4AC37C;
}
.TagClassName
{
border-color: #4AC37C;
}
</style>