Shades of Silver Tree #5ACB98
Tints of Silver Tree #5ACB98
RGB
CMYK
RGB Variations
Color information
#5ACB98 (or 0x5ACB98) is known color: Silver Tree. HEX triplet: 5A, CB and 98. RGB value is (90,203,152). Sum of RGB (Red+Green+Blue) = 90+203+152=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACB98 is #A53467. Grayscale: #A3A3A3. Windows color (decimal): -10826856 or 10013530. OLE color: 10013530.
HSL color Cylindrical-coordinate representation of color #5ACB98: hue angle of 152.92º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB98 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 152 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.20 |
| HSL | 152.92º | 0.52% | 0.57% | - |
| HSV(B) | 152.92º | 0.56% | 0.8% | - |
| XYZ | 31.24 | 47.15 | 37.16 | - |
| YUV | 163.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 152 | 0.56 | 0 | 0.25 | 0.20 | 152.92 | 0.52 | 0.57 |
| Hex | 5A | CB | 98 | 38 | 0 | 19 | 14 | 99 | 34 | 39 |
| Octal | 132 | 313 | 230 | 70 | 0 | 31 | 24 | 231 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10011000 | 111000 | 0 | 11001 | 10100 | 10011001 | 110100 | 111001 |
Color Harmonies of #5ACB98
Complementary color
Monochromatic Colors of #5ACB98
Black with #5ACB98
Text Example
Text Example
White with #5ACB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB98; }
p { color: rgb(90,203,152); }
H1.HeaderClassName
{
color: #5ACB98;
}
.AnyTagClassName
{
color: #5ACB98;
}
</style>
background-color css
<style>
a { background-color: #5ACB98; }
a { background-color: rgb(90,203,152); }
div.DivClassName
{
background-color: #5ACB98;
}
.BgClassName
{
background-color: #5ACB98;
}
</style>
border-color css
<style>
span { border-color: #5ACB98; }
span { border-color: rgb(90,203,152); }
td.TdClassName
{
border-color: #5ACB98;
}
.TagClassName
{
border-color: #5ACB98;
}
</style>