Shades of Emerald #5ACC6E
Tints of Emerald #5ACC6E
RGB
CMYK
RGB Variations
Color information
#5ACC6E (or 0x5ACC6E) is known color: Emerald. HEX triplet: 5A, CC and 6E. RGB value is (90,204,110). Sum of RGB (Red+Green+Blue) = 90+204+110=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC6E is #A53391. Grayscale: #9F9F9F. Windows color (decimal): -10826642 or 7261274. OLE color: 7261274.
HSL color Cylindrical-coordinate representation of color #5ACC6E: hue angle of 130.53º 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 #5ACC6E is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 110 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.2 |
| HSL | 130.53º | 0.53% | 0.58% | - |
| HSV(B) | 130.53º | 0.56% | 0.8% | - |
| XYZ | 28.62 | 46.49 | 22.22 | - |
| YUV | 159.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 110 | 0.56 | 0 | 0.46 | 0.2 | 130.53 | 0.53 | 0.58 |
| Hex | 5A | CC | 6E | 38 | 0 | 2E | 14 | 83 | 35 | 3A |
| Octal | 132 | 314 | 156 | 70 | 0 | 56 | 24 | 203 | 65 | 72 |
| Binary | 1011010 | 11001100 | 1101110 | 111000 | 0 | 101110 | 10100 | 10000011 | 110101 | 111010 |
Color Harmonies of #5ACC6E
Complementary color
Monochromatic Colors of #5ACC6E
Black with #5ACC6E
Text Example
Text Example
White with #5ACC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC6E; }
p { color: rgb(90,204,110); }
H1.HeaderClassName
{
color: #5ACC6E;
}
.AnyTagClassName
{
color: #5ACC6E;
}
</style>
background-color css
<style>
a { background-color: #5ACC6E; }
a { background-color: rgb(90,204,110); }
div.DivClassName
{
background-color: #5ACC6E;
}
.BgClassName
{
background-color: #5ACC6E;
}
</style>
border-color css
<style>
span { border-color: #5ACC6E; }
span { border-color: rgb(90,204,110); }
td.TdClassName
{
border-color: #5ACC6E;
}
.TagClassName
{
border-color: #5ACC6E;
}
</style>