Shades of Emerald #4ADC7A
Tints of Emerald #4ADC7A
RGB
CMYK
RGB Variations
Color information
#4ADC7A (or 0x4ADC7A) is known color: Emerald. HEX triplet: 4A, DC and 7A. RGB value is (74,220,122). Sum of RGB (Red+Green+Blue) = 74+220+122=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC7A is #B52385. Grayscale: #A5A5A5. Windows color (decimal): -11871110 or 8051786. OLE color: 8051786.
HSL color Cylindrical-coordinate representation of color #4ADC7A: hue angle of 139.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC7A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 122 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.14 |
| HSL | 139.73º | 0.68% | 0.58% | - |
| HSV(B) | 139.73º | 0.66% | 0.86% | - |
| XYZ | 31.93 | 54.05 | 27.16 | - |
| YUV | 165.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 122 | 0.66 | 0 | 0.45 | 0.14 | 139.73 | 0.68 | 0.58 |
| Hex | 4A | DC | 7A | 42 | 0 | 2D | E | 8C | 44 | 3A |
| Octal | 112 | 334 | 172 | 102 | 0 | 55 | 16 | 214 | 104 | 72 |
| Binary | 1001010 | 11011100 | 1111010 | 1000010 | 0 | 101101 | 1110 | 10001100 | 1000100 | 111010 |
Color Harmonies of #4ADC7A
Complementary color
Monochromatic Colors of #4ADC7A
Black with #4ADC7A
Text Example
Text Example
White with #4ADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC7A; }
p { color: rgb(74,220,122); }
H1.HeaderClassName
{
color: #4ADC7A;
}
.AnyTagClassName
{
color: #4ADC7A;
}
</style>
background-color css
<style>
a { background-color: #4ADC7A; }
a { background-color: rgb(74,220,122); }
div.DivClassName
{
background-color: #4ADC7A;
}
.BgClassName
{
background-color: #4ADC7A;
}
</style>
border-color css
<style>
span { border-color: #4ADC7A; }
span { border-color: rgb(74,220,122); }
td.TdClassName
{
border-color: #4ADC7A;
}
.TagClassName
{
border-color: #4ADC7A;
}
</style>