Shades of Emerald #2ADC70
Tints of Emerald #2ADC70
RGB
CMYK
RGB Variations
Color information
#2ADC70 (or 0x2ADC70) is known color: Emerald. HEX triplet: 2A, DC and 70. RGB value is (42,220,112). Sum of RGB (Red+Green+Blue) = 42+220+112=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC70 is #D5238F. Grayscale: #9A9A9A. Windows color (decimal): -13968272 or 7396394. OLE color: 7396394.
HSL color Cylindrical-coordinate representation of color #2ADC70: hue angle of 143.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC70 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 112 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.14 |
| HSL | 143.6º | 0.72% | 0.51% | - |
| HSV(B) | 143.6º | 0.81% | 0.86% | - |
| XYZ | 29.47 | 52.85 | 23.98 | - |
| YUV | 154.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 112 | 0.81 | 0 | 0.49 | 0.14 | 143.6 | 0.72 | 0.51 |
| Hex | 2A | DC | 70 | 51 | 0 | 31 | E | 90 | 48 | 33 |
| Octal | 52 | 334 | 160 | 121 | 0 | 61 | 16 | 220 | 110 | 63 |
| Binary | 101010 | 11011100 | 1110000 | 1010001 | 0 | 110001 | 1110 | 10010000 | 1001000 | 110011 |
Color Harmonies of #2ADC70
Complementary color
Monochromatic Colors of #2ADC70
Black with #2ADC70
Text Example
Text Example
White with #2ADC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC70; }
p { color: rgb(42,220,112); }
H1.HeaderClassName
{
color: #2ADC70;
}
.AnyTagClassName
{
color: #2ADC70;
}
</style>
background-color css
<style>
a { background-color: #2ADC70; }
a { background-color: rgb(42,220,112); }
div.DivClassName
{
background-color: #2ADC70;
}
.BgClassName
{
background-color: #2ADC70;
}
</style>
border-color css
<style>
span { border-color: #2ADC70; }
span { border-color: rgb(42,220,112); }
td.TdClassName
{
border-color: #2ADC70;
}
.TagClassName
{
border-color: #2ADC70;
}
</style>