Shades of Emerald #5AE992
Tints of Emerald #5AE992
RGB
CMYK
RGB Variations
Color information
#5AE992 (or 0x5AE992) is known color: Emerald. HEX triplet: 5A, E9 and 92. RGB value is (90,233,146). Sum of RGB (Red+Green+Blue) = 90+233+146=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE992 is #A5166D. Grayscale: #B4B4B4. Windows color (decimal): -10819182 or 9627994. OLE color: 9627994.
HSL color Cylindrical-coordinate representation of color #5AE992: hue angle of 143.5º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE992 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 233 | 146 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.09 |
| HSL | 143.5º | 0.76% | 0.63% | - |
| HSV(B) | 143.5º | 0.61% | 0.91% | - |
| XYZ | 38.54 | 62.53 | 37.23 | - |
| YUV | 180.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 233 | 146 | 0.61 | 0 | 0.37 | 0.09 | 143.5 | 0.76 | 0.63 |
| Hex | 5A | E9 | 92 | 3D | 0 | 25 | 9 | 8F | 4C | 3F |
| Octal | 132 | 351 | 222 | 75 | 0 | 45 | 11 | 217 | 114 | 77 |
| Binary | 1011010 | 11101001 | 10010010 | 111101 | 0 | 100101 | 1001 | 10001111 | 1001100 | 111111 |
Color Harmonies of #5AE992
Complementary color
Monochromatic Colors of #5AE992
Black with #5AE992
Text Example
Text Example
White with #5AE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE992; }
p { color: rgb(90,233,146); }
H1.HeaderClassName
{
color: #5AE992;
}
.AnyTagClassName
{
color: #5AE992;
}
</style>
background-color css
<style>
a { background-color: #5AE992; }
a { background-color: rgb(90,233,146); }
div.DivClassName
{
background-color: #5AE992;
}
.BgClassName
{
background-color: #5AE992;
}
</style>
border-color css
<style>
span { border-color: #5AE992; }
span { border-color: rgb(90,233,146); }
td.TdClassName
{
border-color: #5AE992;
}
.TagClassName
{
border-color: #5AE992;
}
</style>