Shades of Silver Tree #5AB88A
Tints of Silver Tree #5AB88A
RGB
CMYK
RGB Variations
Color information
#5AB88A (or 0x5AB88A) is known color: Silver Tree. HEX triplet: 5A, B8 and 8A. RGB value is (90,184,138). Sum of RGB (Red+Green+Blue) = 90+184+138=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB88A is #A54775. Grayscale: #969696. Windows color (decimal): -10831734 or 9091162. OLE color: 9091162.
HSL color Cylindrical-coordinate representation of color #5AB88A: hue angle of 150.64º 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 #5AB88A is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 138 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.28 |
| HSL | 150.64º | 0.4% | 0.54% | - |
| HSV(B) | 150.64º | 0.51% | 0.72% | - |
| XYZ | 25.94 | 38.29 | 30.07 | - |
| YUV | 150.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 138 | 0.51 | 0 | 0.25 | 0.28 | 150.64 | 0.4 | 0.54 |
| Hex | 5A | B8 | 8A | 33 | 0 | 19 | 1C | 97 | 28 | 36 |
| Octal | 132 | 270 | 212 | 63 | 0 | 31 | 34 | 227 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10001010 | 110011 | 0 | 11001 | 11100 | 10010111 | 101000 | 110110 |
Color Harmonies of #5AB88A
Complementary color
Monochromatic Colors of #5AB88A
Black with #5AB88A
Text Example
Text Example
White with #5AB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB88A; }
p { color: rgb(90,184,138); }
H1.HeaderClassName
{
color: #5AB88A;
}
.AnyTagClassName
{
color: #5AB88A;
}
</style>
background-color css
<style>
a { background-color: #5AB88A; }
a { background-color: rgb(90,184,138); }
div.DivClassName
{
background-color: #5AB88A;
}
.BgClassName
{
background-color: #5AB88A;
}
</style>
border-color css
<style>
span { border-color: #5AB88A; }
span { border-color: rgb(90,184,138); }
td.TdClassName
{
border-color: #5AB88A;
}
.TagClassName
{
border-color: #5AB88A;
}
</style>