Shades of Silver Tree #5AD08C
Tints of Silver Tree #5AD08C
RGB
CMYK
RGB Variations
Color information
#5AD08C (or 0x5AD08C) is known color: Silver Tree. HEX triplet: 5A, D0 and 8C. RGB value is (90,208,140). Sum of RGB (Red+Green+Blue) = 90+208+140=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD08C is #A52F73. Grayscale: #A5A5A5. Windows color (decimal): -10825588 or 9228378. OLE color: 9228378.
HSL color Cylindrical-coordinate representation of color #5AD08C: hue angle of 145.42º 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 #5AD08C is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 140 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.18 |
| HSL | 145.42º | 0.56% | 0.58% | - |
| HSV(B) | 145.42º | 0.57% | 0.82% | - |
| XYZ | 31.51 | 49.18 | 32.64 | - |
| YUV | 164.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 140 | 0.57 | 0 | 0.33 | 0.18 | 145.42 | 0.56 | 0.58 |
| Hex | 5A | D0 | 8C | 39 | 0 | 21 | 12 | 91 | 38 | 3A |
| Octal | 132 | 320 | 214 | 71 | 0 | 41 | 22 | 221 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10001100 | 111001 | 0 | 100001 | 10010 | 10010001 | 111000 | 111010 |
Color Harmonies of #5AD08C
Complementary color
Monochromatic Colors of #5AD08C
Black with #5AD08C
Text Example
Text Example
White with #5AD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD08C; }
p { color: rgb(90,208,140); }
H1.HeaderClassName
{
color: #5AD08C;
}
.AnyTagClassName
{
color: #5AD08C;
}
</style>
background-color css
<style>
a { background-color: #5AD08C; }
a { background-color: rgb(90,208,140); }
div.DivClassName
{
background-color: #5AD08C;
}
.BgClassName
{
background-color: #5AD08C;
}
</style>
border-color css
<style>
span { border-color: #5AD08C; }
span { border-color: rgb(90,208,140); }
td.TdClassName
{
border-color: #5AD08C;
}
.TagClassName
{
border-color: #5AD08C;
}
</style>