Shades of Silver Tree #5AD28E
Tints of Silver Tree #5AD28E
RGB
CMYK
RGB Variations
Color information
#5AD28E (or 0x5AD28E) is known color: Silver Tree. HEX triplet: 5A, D2 and 8E. RGB value is (90,210,142). Sum of RGB (Red+Green+Blue) = 90+210+142=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD28E is #A52D71. Grayscale: #A6A6A6. Windows color (decimal): -10825074 or 9359962. OLE color: 9359962.
HSL color Cylindrical-coordinate representation of color #5AD28E: hue angle of 146º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD28E is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 142 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.18 |
| HSL | 146º | 0.57% | 0.59% | - |
| HSV(B) | 146º | 0.57% | 0.82% | - |
| XYZ | 32.15 | 50.22 | 33.59 | - |
| YUV | 166.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 142 | 0.57 | 0 | 0.32 | 0.18 | 146 | 0.57 | 0.59 |
| Hex | 5A | D2 | 8E | 39 | 0 | 20 | 12 | 92 | 39 | 3B |
| Octal | 132 | 322 | 216 | 71 | 0 | 40 | 22 | 222 | 71 | 73 |
| Binary | 1011010 | 11010010 | 10001110 | 111001 | 0 | 100000 | 10010 | 10010010 | 111001 | 111011 |
Color Harmonies of #5AD28E
Complementary color
Monochromatic Colors of #5AD28E
Black with #5AD28E
Text Example
Text Example
White with #5AD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD28E; }
p { color: rgb(90,210,142); }
H1.HeaderClassName
{
color: #5AD28E;
}
.AnyTagClassName
{
color: #5AD28E;
}
</style>
background-color css
<style>
a { background-color: #5AD28E; }
a { background-color: rgb(90,210,142); }
div.DivClassName
{
background-color: #5AD28E;
}
.BgClassName
{
background-color: #5AD28E;
}
</style>
border-color css
<style>
span { border-color: #5AD28E; }
span { border-color: rgb(90,210,142); }
td.TdClassName
{
border-color: #5AD28E;
}
.TagClassName
{
border-color: #5AD28E;
}
</style>