Shades of Emerald #2ADA73
Tints of Emerald #2ADA73
RGB
CMYK
RGB Variations
Color information
#2ADA73 (or 0x2ADA73) is known color: Emerald. HEX triplet: 2A, DA and 73. RGB value is (42,218,115). Sum of RGB (Red+Green+Blue) = 42+218+115=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA73 is #D5258C. Grayscale: #999999. Windows color (decimal): -13968781 or 7592490. OLE color: 7592490.
HSL color Cylindrical-coordinate representation of color #2ADA73: hue angle of 144.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA73 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 115 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.15 |
| HSL | 144.89º | 0.7% | 0.51% | - |
| HSV(B) | 144.89º | 0.81% | 0.85% | - |
| XYZ | 29.12 | 51.87 | 24.7 | - |
| YUV | 153.63 | 106.19 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 115 | 0.81 | 0 | 0.47 | 0.15 | 144.89 | 0.7 | 0.51 |
| Hex | 2A | DA | 73 | 51 | 0 | 2F | F | 91 | 46 | 33 |
| Octal | 52 | 332 | 163 | 121 | 0 | 57 | 17 | 221 | 106 | 63 |
| Binary | 101010 | 11011010 | 1110011 | 1010001 | 0 | 101111 | 1111 | 10010001 | 1000110 | 110011 |
Color Harmonies of #2ADA73
Complementary color
Monochromatic Colors of #2ADA73
Black with #2ADA73
Text Example
Text Example
White with #2ADA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA73; }
p { color: rgb(42,218,115); }
H1.HeaderClassName
{
color: #2ADA73;
}
.AnyTagClassName
{
color: #2ADA73;
}
</style>
background-color css
<style>
a { background-color: #2ADA73; }
a { background-color: rgb(42,218,115); }
div.DivClassName
{
background-color: #2ADA73;
}
.BgClassName
{
background-color: #2ADA73;
}
</style>
border-color css
<style>
span { border-color: #2ADA73; }
span { border-color: rgb(42,218,115); }
td.TdClassName
{
border-color: #2ADA73;
}
.TagClassName
{
border-color: #2ADA73;
}
</style>