Shades of Silver Tree #5AD690
Tints of Silver Tree #5AD690
RGB
CMYK
RGB Variations
Color information
#5AD690 (or 0x5AD690) is known color: Silver Tree. HEX triplet: 5A, D6 and 90. RGB value is (90,214,144). Sum of RGB (Red+Green+Blue) = 90+214+144=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD690 is #A5296F. Grayscale: #A9A9A9. Windows color (decimal): -10824048 or 9492058. OLE color: 9492058.
HSL color Cylindrical-coordinate representation of color #5AD690: hue angle of 146.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD690 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 144 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.16 |
| HSL | 146.13º | 0.6% | 0.6% | - |
| HSV(B) | 146.13º | 0.58% | 0.84% | - |
| XYZ | 33.3 | 52.28 | 34.72 | - |
| YUV | 168.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 144 | 0.58 | 0 | 0.33 | 0.16 | 146.13 | 0.6 | 0.6 |
| Hex | 5A | D6 | 90 | 3A | 0 | 21 | 10 | 92 | 3C | 3C |
| Octal | 132 | 326 | 220 | 72 | 0 | 41 | 20 | 222 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10010000 | 111010 | 0 | 100001 | 10000 | 10010010 | 111100 | 111100 |
Color Harmonies of #5AD690
Complementary color
Monochromatic Colors of #5AD690
Black with #5AD690
Text Example
Text Example
White with #5AD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD690; }
p { color: rgb(90,214,144); }
H1.HeaderClassName
{
color: #5AD690;
}
.AnyTagClassName
{
color: #5AD690;
}
</style>
background-color css
<style>
a { background-color: #5AD690; }
a { background-color: rgb(90,214,144); }
div.DivClassName
{
background-color: #5AD690;
}
.BgClassName
{
background-color: #5AD690;
}
</style>
border-color css
<style>
span { border-color: #5AD690; }
span { border-color: rgb(90,214,144); }
td.TdClassName
{
border-color: #5AD690;
}
.TagClassName
{
border-color: #5AD690;
}
</style>