Shades of Emerald #5AD56A
Tints of Emerald #5AD56A
RGB
CMYK
RGB Variations
Color information
#5AD56A (or 0x5AD56A) is known color: Emerald. HEX triplet: 5A, D5 and 6A. RGB value is (90,213,106). Sum of RGB (Red+Green+Blue) = 90+213+106=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD56A is #A52A95. Grayscale: #A4A4A4. Windows color (decimal): -10824342 or 7001434. OLE color: 7001434.
HSL color Cylindrical-coordinate representation of color #5AD56A: hue angle of 127.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD56A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 106 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.16 |
| HSL | 127.8º | 0.59% | 0.59% | - |
| HSV(B) | 127.8º | 0.58% | 0.84% | - |
| XYZ | 30.61 | 50.8 | 21.83 | - |
| YUV | 164.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 106 | 0.58 | 0 | 0.50 | 0.16 | 127.8 | 0.59 | 0.59 |
| Hex | 5A | D5 | 6A | 3A | 0 | 32 | 10 | 80 | 3B | 3B |
| Octal | 132 | 325 | 152 | 72 | 0 | 62 | 20 | 200 | 73 | 73 |
| Binary | 1011010 | 11010101 | 1101010 | 111010 | 0 | 110010 | 10000 | 10000000 | 111011 | 111011 |
Color Harmonies of #5AD56A
Complementary color
Monochromatic Colors of #5AD56A
Black with #5AD56A
Text Example
Text Example
White with #5AD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD56A; }
p { color: rgb(90,213,106); }
H1.HeaderClassName
{
color: #5AD56A;
}
.AnyTagClassName
{
color: #5AD56A;
}
</style>
background-color css
<style>
a { background-color: #5AD56A; }
a { background-color: rgb(90,213,106); }
div.DivClassName
{
background-color: #5AD56A;
}
.BgClassName
{
background-color: #5AD56A;
}
</style>
border-color css
<style>
span { border-color: #5AD56A; }
span { border-color: rgb(90,213,106); }
td.TdClassName
{
border-color: #5AD56A;
}
.TagClassName
{
border-color: #5AD56A;
}
</style>