Shades of Emerald #5ACB7A
Tints of Emerald #5ACB7A
RGB
CMYK
RGB Variations
Color information
#5ACB7A (or 0x5ACB7A) is known color: Emerald. HEX triplet: 5A, CB and 7A. RGB value is (90,203,122). Sum of RGB (Red+Green+Blue) = 90+203+122=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB7A is #A53485. Grayscale: #A0A0A0. Windows color (decimal): -10826886 or 8047450. OLE color: 8047450.
HSL color Cylindrical-coordinate representation of color #5ACB7A: hue angle of 136.99º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB7A is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 122 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.20 |
| HSL | 136.99º | 0.52% | 0.57% | - |
| HSV(B) | 136.99º | 0.56% | 0.8% | - |
| XYZ | 29.09 | 46.29 | 25.81 | - |
| YUV | 159.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 122 | 0.56 | 0 | 0.40 | 0.20 | 136.99 | 0.52 | 0.57 |
| Hex | 5A | CB | 7A | 38 | 0 | 28 | 14 | 89 | 34 | 39 |
| Octal | 132 | 313 | 172 | 70 | 0 | 50 | 24 | 211 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1111010 | 111000 | 0 | 101000 | 10100 | 10001001 | 110100 | 111001 |
Color Harmonies of #5ACB7A
Complementary color
Monochromatic Colors of #5ACB7A
Black with #5ACB7A
Text Example
Text Example
White with #5ACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB7A; }
p { color: rgb(90,203,122); }
H1.HeaderClassName
{
color: #5ACB7A;
}
.AnyTagClassName
{
color: #5ACB7A;
}
</style>
background-color css
<style>
a { background-color: #5ACB7A; }
a { background-color: rgb(90,203,122); }
div.DivClassName
{
background-color: #5ACB7A;
}
.BgClassName
{
background-color: #5ACB7A;
}
</style>
border-color css
<style>
span { border-color: #5ACB7A; }
span { border-color: rgb(90,203,122); }
td.TdClassName
{
border-color: #5ACB7A;
}
.TagClassName
{
border-color: #5ACB7A;
}
</style>