Shades of Silver Tree #5AB48A
Tints of Silver Tree #5AB48A
RGB
CMYK
RGB Variations
Color information
#5AB48A (or 0x5AB48A) is known color: Silver Tree. HEX triplet: 5A, B4 and 8A. RGB value is (90,180,138). Sum of RGB (Red+Green+Blue) = 90+180+138=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB48A is #A54B75. Grayscale: #949494. Windows color (decimal): -10832758 or 9090138. OLE color: 9090138.
HSL color Cylindrical-coordinate representation of color #5AB48A: hue angle of 152º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB48A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 138 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.29 |
| HSL | 152º | 0.38% | 0.53% | - |
| HSV(B) | 152º | 0.5% | 0.71% | - |
| XYZ | 25.13 | 36.65 | 29.79 | - |
| YUV | 148.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 138 | 0.50 | 0 | 0.23 | 0.29 | 152 | 0.38 | 0.53 |
| Hex | 5A | B4 | 8A | 32 | 0 | 17 | 1D | 98 | 26 | 35 |
| Octal | 132 | 264 | 212 | 62 | 0 | 27 | 35 | 230 | 46 | 65 |
| Binary | 1011010 | 10110100 | 10001010 | 110010 | 0 | 10111 | 11101 | 10011000 | 100110 | 110101 |
Color Harmonies of #5AB48A
Complementary color
Monochromatic Colors of #5AB48A
Black with #5AB48A
Text Example
Text Example
White with #5AB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB48A; }
p { color: rgb(90,180,138); }
H1.HeaderClassName
{
color: #5AB48A;
}
.AnyTagClassName
{
color: #5AB48A;
}
</style>
background-color css
<style>
a { background-color: #5AB48A; }
a { background-color: rgb(90,180,138); }
div.DivClassName
{
background-color: #5AB48A;
}
.BgClassName
{
background-color: #5AB48A;
}
</style>
border-color css
<style>
span { border-color: #5AB48A; }
span { border-color: rgb(90,180,138); }
td.TdClassName
{
border-color: #5AB48A;
}
.TagClassName
{
border-color: #5AB48A;
}
</style>