Shades of Emerald #4AC77A
Tints of Emerald #4AC77A
RGB
CMYK
RGB Variations
Color information
#4AC77A (or 0x4AC77A) is known color: Emerald. HEX triplet: 4A, C7 and 7A. RGB value is (74,199,122). Sum of RGB (Red+Green+Blue) = 74+199+122=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC77A is #B53885. Grayscale: #999999. Windows color (decimal): -11876486 or 8046410. OLE color: 8046410.
HSL color Cylindrical-coordinate representation of color #4AC77A: hue angle of 143.04º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC77A is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 122 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.22 |
| HSL | 143.04º | 0.53% | 0.54% | - |
| HSV(B) | 143.04º | 0.63% | 0.78% | - |
| XYZ | 26.76 | 43.71 | 25.44 | - |
| YUV | 152.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 122 | 0.63 | 0 | 0.39 | 0.22 | 143.04 | 0.53 | 0.54 |
| Hex | 4A | C7 | 7A | 3F | 0 | 27 | 16 | 8F | 35 | 36 |
| Octal | 112 | 307 | 172 | 77 | 0 | 47 | 26 | 217 | 65 | 66 |
| Binary | 1001010 | 11000111 | 1111010 | 111111 | 0 | 100111 | 10110 | 10001111 | 110101 | 110110 |
Color Harmonies of #4AC77A
Complementary color
Monochromatic Colors of #4AC77A
Black with #4AC77A
Text Example
Text Example
White with #4AC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC77A; }
p { color: rgb(74,199,122); }
H1.HeaderClassName
{
color: #4AC77A;
}
.AnyTagClassName
{
color: #4AC77A;
}
</style>
background-color css
<style>
a { background-color: #4AC77A; }
a { background-color: rgb(74,199,122); }
div.DivClassName
{
background-color: #4AC77A;
}
.BgClassName
{
background-color: #4AC77A;
}
</style>
border-color css
<style>
span { border-color: #4AC77A; }
span { border-color: rgb(74,199,122); }
td.TdClassName
{
border-color: #4AC77A;
}
.TagClassName
{
border-color: #4AC77A;
}
</style>