Shades of Silver Tree #5ABB8C
Tints of Silver Tree #5ABB8C
RGB
CMYK
RGB Variations
Color information
#5ABB8C (or 0x5ABB8C) is known color: Silver Tree. HEX triplet: 5A, BB and 8C. RGB value is (90,187,140). Sum of RGB (Red+Green+Blue) = 90+187+140=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB8C is #A54473. Grayscale: #989898. Windows color (decimal): -10830964 or 9223002. OLE color: 9223002.
HSL color Cylindrical-coordinate representation of color #5ABB8C: hue angle of 150.93º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB8C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 140 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.27 |
| HSL | 150.93º | 0.42% | 0.54% | - |
| HSV(B) | 150.93º | 0.52% | 0.73% | - |
| XYZ | 26.72 | 39.61 | 31.05 | - |
| YUV | 152.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 140 | 0.52 | 0 | 0.25 | 0.27 | 150.93 | 0.42 | 0.54 |
| Hex | 5A | BB | 8C | 34 | 0 | 19 | 1B | 97 | 2A | 36 |
| Octal | 132 | 273 | 214 | 64 | 0 | 31 | 33 | 227 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10001100 | 110100 | 0 | 11001 | 11011 | 10010111 | 101010 | 110110 |
Color Harmonies of #5ABB8C
Complementary color
Monochromatic Colors of #5ABB8C
Black with #5ABB8C
Text Example
Text Example
White with #5ABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB8C; }
p { color: rgb(90,187,140); }
H1.HeaderClassName
{
color: #5ABB8C;
}
.AnyTagClassName
{
color: #5ABB8C;
}
</style>
background-color css
<style>
a { background-color: #5ABB8C; }
a { background-color: rgb(90,187,140); }
div.DivClassName
{
background-color: #5ABB8C;
}
.BgClassName
{
background-color: #5ABB8C;
}
</style>
border-color css
<style>
span { border-color: #5ABB8C; }
span { border-color: rgb(90,187,140); }
td.TdClassName
{
border-color: #5ABB8C;
}
.TagClassName
{
border-color: #5ABB8C;
}
</style>