Shades of Silver Tree #5AC18F
Tints of Silver Tree #5AC18F
RGB
CMYK
RGB Variations
Color information
#5AC18F (or 0x5AC18F) is known color: Silver Tree. HEX triplet: 5A, C1 and 8F. RGB value is (90,193,143). Sum of RGB (Red+Green+Blue) = 90+193+143=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC18F is #A53E70. Grayscale: #9C9C9C. Windows color (decimal): -10829425 or 9421146. OLE color: 9421146.
HSL color Cylindrical-coordinate representation of color #5AC18F: hue angle of 150.87º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC18F is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 143 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.24 |
| HSL | 150.87º | 0.45% | 0.55% | - |
| HSV(B) | 150.87º | 0.53% | 0.76% | - |
| XYZ | 28.24 | 42.3 | 32.66 | - |
| YUV | 156.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 143 | 0.53 | 0 | 0.26 | 0.24 | 150.87 | 0.45 | 0.55 |
| Hex | 5A | C1 | 8F | 35 | 0 | 1A | 18 | 97 | 2D | 37 |
| Octal | 132 | 301 | 217 | 65 | 0 | 32 | 30 | 227 | 55 | 67 |
| Binary | 1011010 | 11000001 | 10001111 | 110101 | 0 | 11010 | 11000 | 10010111 | 101101 | 110111 |
Color Harmonies of #5AC18F
Complementary color
Monochromatic Colors of #5AC18F
Black with #5AC18F
Text Example
Text Example
White with #5AC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC18F; }
p { color: rgb(90,193,143); }
H1.HeaderClassName
{
color: #5AC18F;
}
.AnyTagClassName
{
color: #5AC18F;
}
</style>
background-color css
<style>
a { background-color: #5AC18F; }
a { background-color: rgb(90,193,143); }
div.DivClassName
{
background-color: #5AC18F;
}
.BgClassName
{
background-color: #5AC18F;
}
</style>
border-color css
<style>
span { border-color: #5AC18F; }
span { border-color: rgb(90,193,143); }
td.TdClassName
{
border-color: #5AC18F;
}
.TagClassName
{
border-color: #5AC18F;
}
</style>