Shades of Emerald #5ACC70
Tints of Emerald #5ACC70
RGB
CMYK
RGB Variations
Color information
#5ACC70 (or 0x5ACC70) is known color: Emerald. HEX triplet: 5A, CC and 70. RGB value is (90,204,112). Sum of RGB (Red+Green+Blue) = 90+204+112=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC70 is #A5338F. Grayscale: #9F9F9F. Windows color (decimal): -10826640 or 7392346. OLE color: 7392346.
HSL color Cylindrical-coordinate representation of color #5ACC70: hue angle of 131.58º 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 #5ACC70 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 112 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.2 |
| HSL | 131.58º | 0.53% | 0.58% | - |
| HSV(B) | 131.58º | 0.56% | 0.8% | - |
| XYZ | 28.73 | 46.53 | 22.8 | - |
| YUV | 159.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 112 | 0.56 | 0 | 0.45 | 0.2 | 131.58 | 0.53 | 0.58 |
| Hex | 5A | CC | 70 | 38 | 0 | 2D | 14 | 84 | 35 | 3A |
| Octal | 132 | 314 | 160 | 70 | 0 | 55 | 24 | 204 | 65 | 72 |
| Binary | 1011010 | 11001100 | 1110000 | 111000 | 0 | 101101 | 10100 | 10000100 | 110101 | 111010 |
Color Harmonies of #5ACC70
Complementary color
Monochromatic Colors of #5ACC70
Black with #5ACC70
Text Example
Text Example
White with #5ACC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC70; }
p { color: rgb(90,204,112); }
H1.HeaderClassName
{
color: #5ACC70;
}
.AnyTagClassName
{
color: #5ACC70;
}
</style>
background-color css
<style>
a { background-color: #5ACC70; }
a { background-color: rgb(90,204,112); }
div.DivClassName
{
background-color: #5ACC70;
}
.BgClassName
{
background-color: #5ACC70;
}
</style>
border-color css
<style>
span { border-color: #5ACC70; }
span { border-color: rgb(90,204,112); }
td.TdClassName
{
border-color: #5ACC70;
}
.TagClassName
{
border-color: #5ACC70;
}
</style>