Shades of Emerald #5AB77A
Tints of Emerald #5AB77A
RGB
CMYK
RGB Variations
Color information
#5AB77A (or 0x5AB77A) is known color: Emerald. HEX triplet: 5A, B7 and 7A. RGB value is (90,183,122). Sum of RGB (Red+Green+Blue) = 90+183+122=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB77A is #A54885. Grayscale: #949494. Windows color (decimal): -10832006 or 8042330. OLE color: 8042330.
HSL color Cylindrical-coordinate representation of color #5AB77A: hue angle of 140.65º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB77A is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 122 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.28 |
| HSL | 140.65º | 0.39% | 0.54% | - |
| HSV(B) | 140.65º | 0.51% | 0.72% | - |
| XYZ | 24.66 | 37.45 | 24.34 | - |
| YUV | 148.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 122 | 0.51 | 0 | 0.33 | 0.28 | 140.65 | 0.39 | 0.54 |
| Hex | 5A | B7 | 7A | 33 | 0 | 21 | 1C | 8D | 27 | 36 |
| Octal | 132 | 267 | 172 | 63 | 0 | 41 | 34 | 215 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1111010 | 110011 | 0 | 100001 | 11100 | 10001101 | 100111 | 110110 |
Color Harmonies of #5AB77A
Complementary color
Monochromatic Colors of #5AB77A
Black with #5AB77A
Text Example
Text Example
White with #5AB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB77A; }
p { color: rgb(90,183,122); }
H1.HeaderClassName
{
color: #5AB77A;
}
.AnyTagClassName
{
color: #5AB77A;
}
</style>
background-color css
<style>
a { background-color: #5AB77A; }
a { background-color: rgb(90,183,122); }
div.DivClassName
{
background-color: #5AB77A;
}
.BgClassName
{
background-color: #5AB77A;
}
</style>
border-color css
<style>
span { border-color: #5AB77A; }
span { border-color: rgb(90,183,122); }
td.TdClassName
{
border-color: #5AB77A;
}
.TagClassName
{
border-color: #5AB77A;
}
</style>