Shades of Emerald #5ACC7A
Tints of Emerald #5ACC7A
RGB
CMYK
RGB Variations
Color information
#5ACC7A (or 0x5ACC7A) is known color: Emerald. HEX triplet: 5A, CC and 7A. RGB value is (90,204,122). Sum of RGB (Red+Green+Blue) = 90+204+122=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC7A is #A53385. Grayscale: #A0A0A0. Windows color (decimal): -10826630 or 8047706. OLE color: 8047706.
HSL color Cylindrical-coordinate representation of color #5ACC7A: hue angle of 136.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACC7A is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 122 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.2 |
| HSL | 136.84º | 0.53% | 0.58% | - |
| HSV(B) | 136.84º | 0.56% | 0.8% | - |
| XYZ | 29.32 | 46.76 | 25.89 | - |
| YUV | 160.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 122 | 0.56 | 0 | 0.40 | 0.2 | 136.84 | 0.53 | 0.58 |
| Hex | 5A | CC | 7A | 38 | 0 | 28 | 14 | 89 | 35 | 3A |
| Octal | 132 | 314 | 172 | 70 | 0 | 50 | 24 | 211 | 65 | 72 |
| Binary | 1011010 | 11001100 | 1111010 | 111000 | 0 | 101000 | 10100 | 10001001 | 110101 | 111010 |
Color Harmonies of #5ACC7A
Complementary color
Monochromatic Colors of #5ACC7A
Black with #5ACC7A
Text Example
Text Example
White with #5ACC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC7A; }
p { color: rgb(90,204,122); }
H1.HeaderClassName
{
color: #5ACC7A;
}
.AnyTagClassName
{
color: #5ACC7A;
}
</style>
background-color css
<style>
a { background-color: #5ACC7A; }
a { background-color: rgb(90,204,122); }
div.DivClassName
{
background-color: #5ACC7A;
}
.BgClassName
{
background-color: #5ACC7A;
}
</style>
border-color css
<style>
span { border-color: #5ACC7A; }
span { border-color: rgb(90,204,122); }
td.TdClassName
{
border-color: #5ACC7A;
}
.TagClassName
{
border-color: #5ACC7A;
}
</style>