Shades of Emerald #4ADA5A
Tints of Emerald #4ADA5A
RGB
CMYK
RGB Variations
Color information
#4ADA5A (or 0x4ADA5A) is known color: Emerald. HEX triplet: 4A, DA and 5A. RGB value is (74,218,90). Sum of RGB (Red+Green+Blue) = 74+218+90=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA5A is #B525A5. Grayscale: #A0A0A0. Windows color (decimal): -11871654 or 5954122. OLE color: 5954122.
HSL color Cylindrical-coordinate representation of color #4ADA5A: hue angle of 126.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA5A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 90 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.15 |
| HSL | 126.67º | 0.66% | 0.57% | - |
| HSV(B) | 126.67º | 0.66% | 0.85% | - |
| XYZ | 29.74 | 52.34 | 18.21 | - |
| YUV | 160.35 | 88.29 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 90 | 0.66 | 0 | 0.59 | 0.15 | 126.67 | 0.66 | 0.57 |
| Hex | 4A | DA | 5A | 42 | 0 | 3B | F | 7F | 42 | 39 |
| Octal | 112 | 332 | 132 | 102 | 0 | 73 | 17 | 177 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1011010 | 1000010 | 0 | 111011 | 1111 | 1111111 | 1000010 | 111001 |
Color Harmonies of #4ADA5A
Complementary color
Monochromatic Colors of #4ADA5A
Black with #4ADA5A
Text Example
Text Example
White with #4ADA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA5A; }
p { color: rgb(74,218,90); }
H1.HeaderClassName
{
color: #4ADA5A;
}
.AnyTagClassName
{
color: #4ADA5A;
}
</style>
background-color css
<style>
a { background-color: #4ADA5A; }
a { background-color: rgb(74,218,90); }
div.DivClassName
{
background-color: #4ADA5A;
}
.BgClassName
{
background-color: #4ADA5A;
}
</style>
border-color css
<style>
span { border-color: #4ADA5A; }
span { border-color: rgb(74,218,90); }
td.TdClassName
{
border-color: #4ADA5A;
}
.TagClassName
{
border-color: #4ADA5A;
}
</style>