Shades of Emerald #5AD68A
Tints of Emerald #5AD68A
RGB
CMYK
RGB Variations
Color information
#5AD68A (or 0x5AD68A) is known color: Emerald. HEX triplet: 5A, D6 and 8A. RGB value is (90,214,138). Sum of RGB (Red+Green+Blue) = 90+214+138=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD68A is #A52975. Grayscale: #A8A8A8. Windows color (decimal): -10824054 or 9098842. OLE color: 9098842.
HSL color Cylindrical-coordinate representation of color #5AD68A: hue angle of 143.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD68A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 138 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.16 |
| HSL | 143.23º | 0.6% | 0.6% | - |
| HSV(B) | 143.23º | 0.58% | 0.84% | - |
| XYZ | 32.85 | 52.1 | 32.37 | - |
| YUV | 168.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 138 | 0.58 | 0 | 0.36 | 0.16 | 143.23 | 0.6 | 0.6 |
| Hex | 5A | D6 | 8A | 3A | 0 | 24 | 10 | 8F | 3C | 3C |
| Octal | 132 | 326 | 212 | 72 | 0 | 44 | 20 | 217 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10001010 | 111010 | 0 | 100100 | 10000 | 10001111 | 111100 | 111100 |
Color Harmonies of #5AD68A
Complementary color
Monochromatic Colors of #5AD68A
Black with #5AD68A
Text Example
Text Example
White with #5AD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD68A; }
p { color: rgb(90,214,138); }
H1.HeaderClassName
{
color: #5AD68A;
}
.AnyTagClassName
{
color: #5AD68A;
}
</style>
background-color css
<style>
a { background-color: #5AD68A; }
a { background-color: rgb(90,214,138); }
div.DivClassName
{
background-color: #5AD68A;
}
.BgClassName
{
background-color: #5AD68A;
}
</style>
border-color css
<style>
span { border-color: #5AD68A; }
span { border-color: rgb(90,214,138); }
td.TdClassName
{
border-color: #5AD68A;
}
.TagClassName
{
border-color: #5AD68A;
}
</style>