Shades of Emerald #5ACC6C
Tints of Emerald #5ACC6C
RGB
CMYK
RGB Variations
Color information
#5ACC6C (or 0x5ACC6C) is known color: Emerald. HEX triplet: 5A, CC and 6C. RGB value is (90,204,108). Sum of RGB (Red+Green+Blue) = 90+204+108=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC6C is #A53393. Grayscale: #9F9F9F. Windows color (decimal): -10826644 or 7130202. OLE color: 7130202.
HSL color Cylindrical-coordinate representation of color #5ACC6C: hue angle of 129.47º 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 #5ACC6C is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 108 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.2 |
| HSL | 129.47º | 0.53% | 0.58% | - |
| HSV(B) | 129.47º | 0.56% | 0.8% | - |
| XYZ | 28.52 | 46.44 | 21.65 | - |
| YUV | 158.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 108 | 0.56 | 0 | 0.47 | 0.2 | 129.47 | 0.53 | 0.58 |
| Hex | 5A | CC | 6C | 38 | 0 | 2F | 14 | 81 | 35 | 3A |
| Octal | 132 | 314 | 154 | 70 | 0 | 57 | 24 | 201 | 65 | 72 |
| Binary | 1011010 | 11001100 | 1101100 | 111000 | 0 | 101111 | 10100 | 10000001 | 110101 | 111010 |
Color Harmonies of #5ACC6C
Complementary color
Monochromatic Colors of #5ACC6C
Black with #5ACC6C
Text Example
Text Example
White with #5ACC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC6C; }
p { color: rgb(90,204,108); }
H1.HeaderClassName
{
color: #5ACC6C;
}
.AnyTagClassName
{
color: #5ACC6C;
}
</style>
background-color css
<style>
a { background-color: #5ACC6C; }
a { background-color: rgb(90,204,108); }
div.DivClassName
{
background-color: #5ACC6C;
}
.BgClassName
{
background-color: #5ACC6C;
}
</style>
border-color css
<style>
span { border-color: #5ACC6C; }
span { border-color: rgb(90,204,108); }
td.TdClassName
{
border-color: #5ACC6C;
}
.TagClassName
{
border-color: #5ACC6C;
}
</style>