Shades of Emerald #5AE68F
Tints of Emerald #5AE68F
RGB
CMYK
RGB Variations
Color information
#5AE68F (or 0x5AE68F) is known color: Emerald. HEX triplet: 5A, E6 and 8F. RGB value is (90,230,143). Sum of RGB (Red+Green+Blue) = 90+230+143=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE68F is #A51970. Grayscale: #B2B2B2. Windows color (decimal): -10819953 or 9430618. OLE color: 9430618.
HSL color Cylindrical-coordinate representation of color #5AE68F: hue angle of 142.71º 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 #5AE68F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 143 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.10 |
| HSL | 142.71º | 0.74% | 0.63% | - |
| HSV(B) | 142.71º | 0.61% | 0.9% | - |
| XYZ | 37.47 | 60.75 | 35.74 | - |
| YUV | 178.22 | 108.12 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 143 | 0.61 | 0 | 0.38 | 0.10 | 142.71 | 0.74 | 0.63 |
| Hex | 5A | E6 | 8F | 3D | 0 | 26 | A | 8F | 4A | 3F |
| Octal | 132 | 346 | 217 | 75 | 0 | 46 | 12 | 217 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10001111 | 111101 | 0 | 100110 | 1010 | 10001111 | 1001010 | 111111 |
Color Harmonies of #5AE68F
Complementary color
Monochromatic Colors of #5AE68F
Black with #5AE68F
Text Example
Text Example
White with #5AE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE68F; }
p { color: rgb(90,230,143); }
H1.HeaderClassName
{
color: #5AE68F;
}
.AnyTagClassName
{
color: #5AE68F;
}
</style>
background-color css
<style>
a { background-color: #5AE68F; }
a { background-color: rgb(90,230,143); }
div.DivClassName
{
background-color: #5AE68F;
}
.BgClassName
{
background-color: #5AE68F;
}
</style>
border-color css
<style>
span { border-color: #5AE68F; }
span { border-color: rgb(90,230,143); }
td.TdClassName
{
border-color: #5AE68F;
}
.TagClassName
{
border-color: #5AE68F;
}
</style>