Shades of Emerald #5AE288
Tints of Emerald #5AE288
RGB
CMYK
RGB Variations
Color information
#5AE288 (or 0x5AE288) is known color: Emerald. HEX triplet: 5A, E2 and 88. RGB value is (90,226,136). Sum of RGB (Red+Green+Blue) = 90+226+136=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE288 is #A51D77. Grayscale: #AFAFAF. Windows color (decimal): -10820984 or 8970842. OLE color: 8970842.
HSL color Cylindrical-coordinate representation of color #5AE288: hue angle of 140.29º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE288 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 136 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.11 |
| HSL | 140.29º | 0.7% | 0.62% | - |
| HSV(B) | 140.29º | 0.6% | 0.89% | - |
| XYZ | 35.86 | 58.34 | 32.66 | - |
| YUV | 175.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 136 | 0.60 | 0 | 0.40 | 0.11 | 140.29 | 0.7 | 0.62 |
| Hex | 5A | E2 | 88 | 3C | 0 | 28 | B | 8C | 46 | 3E |
| Octal | 132 | 342 | 210 | 74 | 0 | 50 | 13 | 214 | 106 | 76 |
| Binary | 1011010 | 11100010 | 10001000 | 111100 | 0 | 101000 | 1011 | 10001100 | 1000110 | 111110 |
Color Harmonies of #5AE288
Complementary color
Monochromatic Colors of #5AE288
Black with #5AE288
Text Example
Text Example
White with #5AE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE288; }
p { color: rgb(90,226,136); }
H1.HeaderClassName
{
color: #5AE288;
}
.AnyTagClassName
{
color: #5AE288;
}
</style>
background-color css
<style>
a { background-color: #5AE288; }
a { background-color: rgb(90,226,136); }
div.DivClassName
{
background-color: #5AE288;
}
.BgClassName
{
background-color: #5AE288;
}
</style>
border-color css
<style>
span { border-color: #5AE288; }
span { border-color: rgb(90,226,136); }
td.TdClassName
{
border-color: #5AE288;
}
.TagClassName
{
border-color: #5AE288;
}
</style>