Shades of Emerald #5AF18F
Tints of Emerald #5AF18F
RGB
CMYK
RGB Variations
Color information
#5AF18F (or 0x5AF18F) is known color: Emerald. HEX triplet: 5A, F1 and 8F. RGB value is (90,241,143). Sum of RGB (Red+Green+Blue) = 90+241+143=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF18F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF18F is #A50E70. Grayscale: #B8B8B8. Windows color (decimal): -10817137 or 9433434. OLE color: 9433434.
HSL color Cylindrical-coordinate representation of color #5AF18F: hue angle of 141.06º degrees, saturation: 0.84, 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 #5AF18F is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 143 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.05 |
| HSL | 141.06º | 0.84% | 0.65% | - |
| HSV(B) | 141.06º | 0.63% | 0.95% | - |
| XYZ | 40.63 | 67.07 | 36.79 | - |
| YUV | 184.68 | 104.47 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 143 | 0.63 | 0 | 0.41 | 0.05 | 141.06 | 0.84 | 0.65 |
| Hex | 5A | F1 | 8F | 3F | 0 | 29 | 5 | 8D | 54 | 41 |
| Octal | 132 | 361 | 217 | 77 | 0 | 51 | 5 | 215 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10001111 | 111111 | 0 | 101001 | 101 | 10001101 | 1010100 | 1000001 |
Color Harmonies of #5AF18F
Complementary color
Monochromatic Colors of #5AF18F
Black with #5AF18F
Text Example
Text Example
White with #5AF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF18F; }
p { color: rgb(90,241,143); }
H1.HeaderClassName
{
color: #5AF18F;
}
.AnyTagClassName
{
color: #5AF18F;
}
</style>
background-color css
<style>
a { background-color: #5AF18F; }
a { background-color: rgb(90,241,143); }
div.DivClassName
{
background-color: #5AF18F;
}
.BgClassName
{
background-color: #5AF18F;
}
</style>
border-color css
<style>
span { border-color: #5AF18F; }
span { border-color: rgb(90,241,143); }
td.TdClassName
{
border-color: #5AF18F;
}
.TagClassName
{
border-color: #5AF18F;
}
</style>