Shades of Emerald #5AC884
Tints of Emerald #5AC884
RGB
CMYK
RGB Variations
Color information
#5AC884 (or 0x5AC884) is known color: Emerald. HEX triplet: 5A, C8 and 84. RGB value is (90,200,132). Sum of RGB (Red+Green+Blue) = 90+200+132=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC884 is #A5377B. Grayscale: #9F9F9F. Windows color (decimal): -10827644 or 8702042. OLE color: 8702042.
HSL color Cylindrical-coordinate representation of color #5AC884: hue angle of 142.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC884 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 132 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.22 |
| HSL | 142.91º | 0.5% | 0.57% | - |
| HSV(B) | 142.91º | 0.55% | 0.78% | - |
| XYZ | 29.04 | 45.15 | 29.01 | - |
| YUV | 159.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 132 | 0.55 | 0 | 0.34 | 0.22 | 142.91 | 0.5 | 0.57 |
| Hex | 5A | C8 | 84 | 37 | 0 | 22 | 16 | 8F | 32 | 39 |
| Octal | 132 | 310 | 204 | 67 | 0 | 42 | 26 | 217 | 62 | 71 |
| Binary | 1011010 | 11001000 | 10000100 | 110111 | 0 | 100010 | 10110 | 10001111 | 110010 | 111001 |
Color Harmonies of #5AC884
Complementary color
Monochromatic Colors of #5AC884
Black with #5AC884
Text Example
Text Example
White with #5AC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC884; }
p { color: rgb(90,200,132); }
H1.HeaderClassName
{
color: #5AC884;
}
.AnyTagClassName
{
color: #5AC884;
}
</style>
background-color css
<style>
a { background-color: #5AC884; }
a { background-color: rgb(90,200,132); }
div.DivClassName
{
background-color: #5AC884;
}
.BgClassName
{
background-color: #5AC884;
}
</style>
border-color css
<style>
span { border-color: #5AC884; }
span { border-color: rgb(90,200,132); }
td.TdClassName
{
border-color: #5AC884;
}
.TagClassName
{
border-color: #5AC884;
}
</style>