Shades of Silver Tree #5AB38A
Tints of Silver Tree #5AB38A
RGB
CMYK
RGB Variations
Color information
#5AB38A (or 0x5AB38A) is known color: Silver Tree. HEX triplet: 5A, B3 and 8A. RGB value is (90,179,138). Sum of RGB (Red+Green+Blue) = 90+179+138=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB38A is #A54C75. Grayscale: #939393. Windows color (decimal): -10833014 or 9089882. OLE color: 9089882.
HSL color Cylindrical-coordinate representation of color #5AB38A: hue angle of 152.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB38A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 138 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.30 |
| HSL | 152.36º | 0.37% | 0.53% | - |
| HSV(B) | 152.36º | 0.5% | 0.7% | - |
| XYZ | 24.92 | 36.25 | 29.73 | - |
| YUV | 147.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 138 | 0.50 | 0 | 0.23 | 0.30 | 152.36 | 0.37 | 0.53 |
| Hex | 5A | B3 | 8A | 32 | 0 | 17 | 1E | 98 | 25 | 35 |
| Octal | 132 | 263 | 212 | 62 | 0 | 27 | 36 | 230 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10001010 | 110010 | 0 | 10111 | 11110 | 10011000 | 100101 | 110101 |
Color Harmonies of #5AB38A
Complementary color
Monochromatic Colors of #5AB38A
Black with #5AB38A
Text Example
Text Example
White with #5AB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB38A; }
p { color: rgb(90,179,138); }
H1.HeaderClassName
{
color: #5AB38A;
}
.AnyTagClassName
{
color: #5AB38A;
}
</style>
background-color css
<style>
a { background-color: #5AB38A; }
a { background-color: rgb(90,179,138); }
div.DivClassName
{
background-color: #5AB38A;
}
.BgClassName
{
background-color: #5AB38A;
}
</style>
border-color css
<style>
span { border-color: #5AB38A; }
span { border-color: rgb(90,179,138); }
td.TdClassName
{
border-color: #5AB38A;
}
.TagClassName
{
border-color: #5AB38A;
}
</style>