Shades of Emerald #5AF28F
Tints of Emerald #5AF28F
RGB
CMYK
RGB Variations
Color information
#5AF28F (or 0x5AF28F) is known color: Emerald. HEX triplet: 5A, F2 and 8F. RGB value is (90,242,143). Sum of RGB (Red+Green+Blue) = 90+242+143=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF28F is #A50D70. Grayscale: #B9B9B9. Windows color (decimal): -10816881 or 9433690. OLE color: 9433690.
HSL color Cylindrical-coordinate representation of color #5AF28F: hue angle of 140.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF28F is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 143 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.05 |
| HSL | 140.92º | 0.85% | 0.65% | - |
| HSV(B) | 140.92º | 0.63% | 0.95% | - |
| XYZ | 40.93 | 67.66 | 36.89 | - |
| YUV | 185.27 | 104.14 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 143 | 0.63 | 0 | 0.41 | 0.05 | 140.92 | 0.85 | 0.65 |
| Hex | 5A | F2 | 8F | 3F | 0 | 29 | 5 | 8D | 55 | 41 |
| Octal | 132 | 362 | 217 | 77 | 0 | 51 | 5 | 215 | 125 | 101 |
| Binary | 1011010 | 11110010 | 10001111 | 111111 | 0 | 101001 | 101 | 10001101 | 1010101 | 1000001 |
Color Harmonies of #5AF28F
Complementary color
Monochromatic Colors of #5AF28F
Black with #5AF28F
Text Example
Text Example
White with #5AF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF28F; }
p { color: rgb(90,242,143); }
H1.HeaderClassName
{
color: #5AF28F;
}
.AnyTagClassName
{
color: #5AF28F;
}
</style>
background-color css
<style>
a { background-color: #5AF28F; }
a { background-color: rgb(90,242,143); }
div.DivClassName
{
background-color: #5AF28F;
}
.BgClassName
{
background-color: #5AF28F;
}
</style>
border-color css
<style>
span { border-color: #5AF28F; }
span { border-color: rgb(90,242,143); }
td.TdClassName
{
border-color: #5AF28F;
}
.TagClassName
{
border-color: #5AF28F;
}
</style>