Shades of Emerald #5AEA8A
Tints of Emerald #5AEA8A
RGB
CMYK
RGB Variations
Color information
#5AEA8A (or 0x5AEA8A) is known color: Emerald. HEX triplet: 5A, EA and 8A. RGB value is (90,234,138). Sum of RGB (Red+Green+Blue) = 90+234+138=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEA8A is #A51575. Grayscale: #B4B4B4. Windows color (decimal): -10818934 or 9103962. OLE color: 9103962.
HSL color Cylindrical-coordinate representation of color #5AEA8A: hue angle of 140º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEA8A is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 138 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.08 |
| HSL | 140º | 0.77% | 0.64% | - |
| HSV(B) | 140º | 0.62% | 0.92% | - |
| XYZ | 38.23 | 62.85 | 34.16 | - |
| YUV | 180 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 138 | 0.62 | 0 | 0.41 | 0.08 | 140 | 0.77 | 0.64 |
| Hex | 5A | EA | 8A | 3E | 0 | 29 | 8 | 8C | 4D | 40 |
| Octal | 132 | 352 | 212 | 76 | 0 | 51 | 10 | 214 | 115 | 100 |
| Binary | 1011010 | 11101010 | 10001010 | 111110 | 0 | 101001 | 1000 | 10001100 | 1001101 | 1000000 |
Color Harmonies of #5AEA8A
Complementary color
Monochromatic Colors of #5AEA8A
Black with #5AEA8A
Text Example
Text Example
White with #5AEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEA8A; }
p { color: rgb(90,234,138); }
H1.HeaderClassName
{
color: #5AEA8A;
}
.AnyTagClassName
{
color: #5AEA8A;
}
</style>
background-color css
<style>
a { background-color: #5AEA8A; }
a { background-color: rgb(90,234,138); }
div.DivClassName
{
background-color: #5AEA8A;
}
.BgClassName
{
background-color: #5AEA8A;
}
</style>
border-color css
<style>
span { border-color: #5AEA8A; }
span { border-color: rgb(90,234,138); }
td.TdClassName
{
border-color: #5AEA8A;
}
.TagClassName
{
border-color: #5AEA8A;
}
</style>