Shades of Emerald #5AD28B
Tints of Emerald #5AD28B
RGB
CMYK
RGB Variations
Color information
#5AD28B (or 0x5AD28B) is known color: Emerald. HEX triplet: 5A, D2 and 8B. RGB value is (90,210,139). Sum of RGB (Red+Green+Blue) = 90+210+139=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD28B is #A52D74. Grayscale: #A6A6A6. Windows color (decimal): -10825077 or 9163354. OLE color: 9163354.
HSL color Cylindrical-coordinate representation of color #5AD28B: hue angle of 144.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD28B is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 139 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.18 |
| HSL | 144.5º | 0.57% | 0.59% | - |
| HSV(B) | 144.5º | 0.57% | 0.82% | - |
| XYZ | 31.92 | 50.13 | 32.42 | - |
| YUV | 166.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 139 | 0.57 | 0 | 0.34 | 0.18 | 144.5 | 0.57 | 0.59 |
| Hex | 5A | D2 | 8B | 39 | 0 | 22 | 12 | 90 | 39 | 3B |
| Octal | 132 | 322 | 213 | 71 | 0 | 42 | 22 | 220 | 71 | 73 |
| Binary | 1011010 | 11010010 | 10001011 | 111001 | 0 | 100010 | 10010 | 10010000 | 111001 | 111011 |
Color Harmonies of #5AD28B
Complementary color
Monochromatic Colors of #5AD28B
Black with #5AD28B
Text Example
Text Example
White with #5AD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD28B; }
p { color: rgb(90,210,139); }
H1.HeaderClassName
{
color: #5AD28B;
}
.AnyTagClassName
{
color: #5AD28B;
}
</style>
background-color css
<style>
a { background-color: #5AD28B; }
a { background-color: rgb(90,210,139); }
div.DivClassName
{
background-color: #5AD28B;
}
.BgClassName
{
background-color: #5AD28B;
}
</style>
border-color css
<style>
span { border-color: #5AD28B; }
span { border-color: rgb(90,210,139); }
td.TdClassName
{
border-color: #5AD28B;
}
.TagClassName
{
border-color: #5AD28B;
}
</style>