Shades of Silver Tree #5AC094
Tints of Silver Tree #5AC094
RGB
CMYK
RGB Variations
Color information
#5AC094 (or 0x5AC094) is known color: Silver Tree. HEX triplet: 5A, C0 and 94. RGB value is (90,192,148). Sum of RGB (Red+Green+Blue) = 90+192+148=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC094 is #A53F6B. Grayscale: #9C9C9C. Windows color (decimal): -10829676 or 9748570. OLE color: 9748570.
HSL color Cylindrical-coordinate representation of color #5AC094: hue angle of 154.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC094 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 148 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.25 |
| HSL | 154.12º | 0.45% | 0.55% | - |
| HSV(B) | 154.12º | 0.53% | 0.75% | - |
| XYZ | 28.41 | 42.01 | 34.63 | - |
| YUV | 156.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 148 | 0.53 | 0 | 0.23 | 0.25 | 154.12 | 0.45 | 0.55 |
| Hex | 5A | C0 | 94 | 35 | 0 | 17 | 19 | 9A | 2D | 37 |
| Octal | 132 | 300 | 224 | 65 | 0 | 27 | 31 | 232 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10010100 | 110101 | 0 | 10111 | 11001 | 10011010 | 101101 | 110111 |
Color Harmonies of #5AC094
Complementary color
Monochromatic Colors of #5AC094
Black with #5AC094
Text Example
Text Example
White with #5AC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC094; }
p { color: rgb(90,192,148); }
H1.HeaderClassName
{
color: #5AC094;
}
.AnyTagClassName
{
color: #5AC094;
}
</style>
background-color css
<style>
a { background-color: #5AC094; }
a { background-color: rgb(90,192,148); }
div.DivClassName
{
background-color: #5AC094;
}
.BgClassName
{
background-color: #5AC094;
}
</style>
border-color css
<style>
span { border-color: #5AC094; }
span { border-color: rgb(90,192,148); }
td.TdClassName
{
border-color: #5AC094;
}
.TagClassName
{
border-color: #5AC094;
}
</style>