Shades of Silver Tree #5AD694
Tints of Silver Tree #5AD694
RGB
CMYK
RGB Variations
Color information
#5AD694 (or 0x5AD694) is known color: Silver Tree. HEX triplet: 5A, D6 and 94. RGB value is (90,214,148). Sum of RGB (Red+Green+Blue) = 90+214+148=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD694 is #A5296B. Grayscale: #A9A9A9. Windows color (decimal): -10824044 or 9754202. OLE color: 9754202.
HSL color Cylindrical-coordinate representation of color #5AD694: hue angle of 148.06º 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 #5AD694 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 148 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.16 |
| HSL | 148.06º | 0.6% | 0.6% | - |
| HSV(B) | 148.06º | 0.58% | 0.84% | - |
| XYZ | 33.61 | 52.4 | 36.36 | - |
| YUV | 169.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 148 | 0.58 | 0 | 0.31 | 0.16 | 148.06 | 0.6 | 0.6 |
| Hex | 5A | D6 | 94 | 3A | 0 | 1F | 10 | 94 | 3C | 3C |
| Octal | 132 | 326 | 224 | 72 | 0 | 37 | 20 | 224 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10010100 | 111010 | 0 | 11111 | 10000 | 10010100 | 111100 | 111100 |
Color Harmonies of #5AD694
Complementary color
Monochromatic Colors of #5AD694
Black with #5AD694
Text Example
Text Example
White with #5AD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD694; }
p { color: rgb(90,214,148); }
H1.HeaderClassName
{
color: #5AD694;
}
.AnyTagClassName
{
color: #5AD694;
}
</style>
background-color css
<style>
a { background-color: #5AD694; }
a { background-color: rgb(90,214,148); }
div.DivClassName
{
background-color: #5AD694;
}
.BgClassName
{
background-color: #5AD694;
}
</style>
border-color css
<style>
span { border-color: #5AD694; }
span { border-color: rgb(90,214,148); }
td.TdClassName
{
border-color: #5AD694;
}
.TagClassName
{
border-color: #5AD694;
}
</style>