Shades of Silver Tree #5AB88E
Tints of Silver Tree #5AB88E
RGB
CMYK
RGB Variations
Color information
#5AB88E (or 0x5AB88E) is known color: Silver Tree. HEX triplet: 5A, B8 and 8E. RGB value is (90,184,142). Sum of RGB (Red+Green+Blue) = 90+184+142=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB88E is #A54771. Grayscale: #979797. Windows color (decimal): -10831730 or 9353306. OLE color: 9353306.
HSL color Cylindrical-coordinate representation of color #5AB88E: hue angle of 153.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB88E is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 142 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.28 |
| HSL | 153.19º | 0.4% | 0.54% | - |
| HSV(B) | 153.19º | 0.51% | 0.72% | - |
| XYZ | 26.24 | 38.41 | 31.62 | - |
| YUV | 151.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 142 | 0.51 | 0 | 0.23 | 0.28 | 153.19 | 0.4 | 0.54 |
| Hex | 5A | B8 | 8E | 33 | 0 | 17 | 1C | 99 | 28 | 36 |
| Octal | 132 | 270 | 216 | 63 | 0 | 27 | 34 | 231 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10001110 | 110011 | 0 | 10111 | 11100 | 10011001 | 101000 | 110110 |
Color Harmonies of #5AB88E
Complementary color
Monochromatic Colors of #5AB88E
Black with #5AB88E
Text Example
Text Example
White with #5AB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB88E; }
p { color: rgb(90,184,142); }
H1.HeaderClassName
{
color: #5AB88E;
}
.AnyTagClassName
{
color: #5AB88E;
}
</style>
background-color css
<style>
a { background-color: #5AB88E; }
a { background-color: rgb(90,184,142); }
div.DivClassName
{
background-color: #5AB88E;
}
.BgClassName
{
background-color: #5AB88E;
}
</style>
border-color css
<style>
span { border-color: #5AB88E; }
span { border-color: rgb(90,184,142); }
td.TdClassName
{
border-color: #5AB88E;
}
.TagClassName
{
border-color: #5AB88E;
}
</style>