Shades of Silver Tree #5AC08C
Tints of Silver Tree #5AC08C
RGB
CMYK
RGB Variations
Color information
#5AC08C (or 0x5AC08C) is known color: Silver Tree. HEX triplet: 5A, C0 and 8C. RGB value is (90,192,140). Sum of RGB (Red+Green+Blue) = 90+192+140=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC08C is #A53F73. Grayscale: #9B9B9B. Windows color (decimal): -10829684 or 9224282. OLE color: 9224282.
HSL color Cylindrical-coordinate representation of color #5AC08C: hue angle of 149.41º 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 #5AC08C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 140 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.25 |
| HSL | 149.41º | 0.45% | 0.55% | - |
| HSV(B) | 149.41º | 0.53% | 0.75% | - |
| XYZ | 27.8 | 41.77 | 31.41 | - |
| YUV | 155.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 140 | 0.53 | 0 | 0.27 | 0.25 | 149.41 | 0.45 | 0.55 |
| Hex | 5A | C0 | 8C | 35 | 0 | 1B | 19 | 95 | 2D | 37 |
| Octal | 132 | 300 | 214 | 65 | 0 | 33 | 31 | 225 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10001100 | 110101 | 0 | 11011 | 11001 | 10010101 | 101101 | 110111 |
Color Harmonies of #5AC08C
Complementary color
Monochromatic Colors of #5AC08C
Black with #5AC08C
Text Example
Text Example
White with #5AC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC08C; }
p { color: rgb(90,192,140); }
H1.HeaderClassName
{
color: #5AC08C;
}
.AnyTagClassName
{
color: #5AC08C;
}
</style>
background-color css
<style>
a { background-color: #5AC08C; }
a { background-color: rgb(90,192,140); }
div.DivClassName
{
background-color: #5AC08C;
}
.BgClassName
{
background-color: #5AC08C;
}
</style>
border-color css
<style>
span { border-color: #5AC08C; }
span { border-color: rgb(90,192,140); }
td.TdClassName
{
border-color: #5AC08C;
}
.TagClassName
{
border-color: #5AC08C;
}
</style>