Shades of Emerald #5AF08A
Tints of Emerald #5AF08A
RGB
CMYK
RGB Variations
Color information
#5AF08A (or 0x5AF08A) is known color: Emerald. HEX triplet: 5A, F0 and 8A. RGB value is (90,240,138). Sum of RGB (Red+Green+Blue) = 90+240+138=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF08A is #A50F75. Grayscale: #B7B7B7. Windows color (decimal): -10817398 or 9105498. OLE color: 9105498.
HSL color Cylindrical-coordinate representation of color #5AF08A: hue angle of 139.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF08A is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 138 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.06 |
| HSL | 139.2º | 0.83% | 0.65% | - |
| HSV(B) | 139.2º | 0.63% | 0.94% | - |
| XYZ | 39.96 | 66.33 | 34.74 | - |
| YUV | 183.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 138 | 0.62 | 0 | 0.42 | 0.06 | 139.2 | 0.83 | 0.65 |
| Hex | 5A | F0 | 8A | 3E | 0 | 2A | 6 | 8B | 53 | 41 |
| Octal | 132 | 360 | 212 | 76 | 0 | 52 | 6 | 213 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10001010 | 111110 | 0 | 101010 | 110 | 10001011 | 1010011 | 1000001 |
Color Harmonies of #5AF08A
Complementary color
Monochromatic Colors of #5AF08A
Black with #5AF08A
Text Example
Text Example
White with #5AF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF08A; }
p { color: rgb(90,240,138); }
H1.HeaderClassName
{
color: #5AF08A;
}
.AnyTagClassName
{
color: #5AF08A;
}
</style>
background-color css
<style>
a { background-color: #5AF08A; }
a { background-color: rgb(90,240,138); }
div.DivClassName
{
background-color: #5AF08A;
}
.BgClassName
{
background-color: #5AF08A;
}
</style>
border-color css
<style>
span { border-color: #5AF08A; }
span { border-color: rgb(90,240,138); }
td.TdClassName
{
border-color: #5AF08A;
}
.TagClassName
{
border-color: #5AF08A;
}
</style>