Shades of Silver Tree #5ACE94
Tints of Silver Tree #5ACE94
RGB
CMYK
RGB Variations
Color information
#5ACE94 (or 0x5ACE94) is known color: Silver Tree. HEX triplet: 5A, CE and 94. RGB value is (90,206,148). Sum of RGB (Red+Green+Blue) = 90+206+148=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE94 is #A5316B. Grayscale: #A4A4A4. Windows color (decimal): -10826092 or 9752154. OLE color: 9752154.
HSL color Cylindrical-coordinate representation of color #5ACE94: hue angle of 150º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE94 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 148 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.19 |
| HSL | 150º | 0.54% | 0.58% | - |
| HSV(B) | 150º | 0.56% | 0.81% | - |
| XYZ | 31.63 | 48.45 | 35.7 | - |
| YUV | 164.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 148 | 0.56 | 0 | 0.28 | 0.19 | 150 | 0.54 | 0.58 |
| Hex | 5A | CE | 94 | 38 | 0 | 1C | 13 | 96 | 36 | 3A |
| Octal | 132 | 316 | 224 | 70 | 0 | 34 | 23 | 226 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10010100 | 111000 | 0 | 11100 | 10011 | 10010110 | 110110 | 111010 |
Color Harmonies of #5ACE94
Complementary color
Monochromatic Colors of #5ACE94
Black with #5ACE94
Text Example
Text Example
White with #5ACE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE94; }
p { color: rgb(90,206,148); }
H1.HeaderClassName
{
color: #5ACE94;
}
.AnyTagClassName
{
color: #5ACE94;
}
</style>
background-color css
<style>
a { background-color: #5ACE94; }
a { background-color: rgb(90,206,148); }
div.DivClassName
{
background-color: #5ACE94;
}
.BgClassName
{
background-color: #5ACE94;
}
</style>
border-color css
<style>
span { border-color: #5ACE94; }
span { border-color: rgb(90,206,148); }
td.TdClassName
{
border-color: #5ACE94;
}
.TagClassName
{
border-color: #5ACE94;
}
</style>