Shades of Emerald #5AE690
Tints of Emerald #5AE690
RGB
CMYK
RGB Variations
Color information
#5AE690 (or 0x5AE690) is known color: Emerald. HEX triplet: 5A, E6 and 90. RGB value is (90,230,144). Sum of RGB (Red+Green+Blue) = 90+230+144=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE690 is #A5196F. Grayscale: #B2B2B2. Windows color (decimal): -10819952 or 9496154. OLE color: 9496154.
HSL color Cylindrical-coordinate representation of color #5AE690: hue angle of 143.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE690 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 144 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.10 |
| HSL | 143.14º | 0.74% | 0.63% | - |
| HSV(B) | 143.14º | 0.61% | 0.9% | - |
| XYZ | 37.55 | 60.78 | 36.14 | - |
| YUV | 178.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 144 | 0.61 | 0 | 0.37 | 0.10 | 143.14 | 0.74 | 0.63 |
| Hex | 5A | E6 | 90 | 3D | 0 | 25 | A | 8F | 4A | 3F |
| Octal | 132 | 346 | 220 | 75 | 0 | 45 | 12 | 217 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10010000 | 111101 | 0 | 100101 | 1010 | 10001111 | 1001010 | 111111 |
Color Harmonies of #5AE690
Complementary color
Monochromatic Colors of #5AE690
Black with #5AE690
Text Example
Text Example
White with #5AE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE690; }
p { color: rgb(90,230,144); }
H1.HeaderClassName
{
color: #5AE690;
}
.AnyTagClassName
{
color: #5AE690;
}
</style>
background-color css
<style>
a { background-color: #5AE690; }
a { background-color: rgb(90,230,144); }
div.DivClassName
{
background-color: #5AE690;
}
.BgClassName
{
background-color: #5AE690;
}
</style>
border-color css
<style>
span { border-color: #5AE690; }
span { border-color: rgb(90,230,144); }
td.TdClassName
{
border-color: #5AE690;
}
.TagClassName
{
border-color: #5AE690;
}
</style>