Shades of Silver Tree #5AD097
Tints of Silver Tree #5AD097
RGB
CMYK
RGB Variations
Color information
#5AD097 (or 0x5AD097) is known color: Silver Tree. HEX triplet: 5A, D0 and 97. RGB value is (90,208,151). Sum of RGB (Red+Green+Blue) = 90+208+151=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD097 is #A52F68. Grayscale: #A6A6A6. Windows color (decimal): -10825577 or 9949274. OLE color: 9949274.
HSL color Cylindrical-coordinate representation of color #5AD097: hue angle of 151.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD097 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 151 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.18 |
| HSL | 151.02º | 0.56% | 0.58% | - |
| HSV(B) | 151.02º | 0.57% | 0.82% | - |
| XYZ | 32.36 | 49.52 | 37.13 | - |
| YUV | 166.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 151 | 0.57 | 0 | 0.27 | 0.18 | 151.02 | 0.56 | 0.58 |
| Hex | 5A | D0 | 97 | 39 | 0 | 1B | 12 | 97 | 38 | 3A |
| Octal | 132 | 320 | 227 | 71 | 0 | 33 | 22 | 227 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10010111 | 111001 | 0 | 11011 | 10010 | 10010111 | 111000 | 111010 |
Color Harmonies of #5AD097
Complementary color
Monochromatic Colors of #5AD097
Black with #5AD097
Text Example
Text Example
White with #5AD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD097; }
p { color: rgb(90,208,151); }
H1.HeaderClassName
{
color: #5AD097;
}
.AnyTagClassName
{
color: #5AD097;
}
</style>
background-color css
<style>
a { background-color: #5AD097; }
a { background-color: rgb(90,208,151); }
div.DivClassName
{
background-color: #5AD097;
}
.BgClassName
{
background-color: #5AD097;
}
</style>
border-color css
<style>
span { border-color: #5AD097; }
span { border-color: rgb(90,208,151); }
td.TdClassName
{
border-color: #5AD097;
}
.TagClassName
{
border-color: #5AD097;
}
</style>