Shades of Silver Tree #5ACF92
Tints of Silver Tree #5ACF92
RGB
CMYK
RGB Variations
Color information
#5ACF92 (or 0x5ACF92) is known color: Silver Tree. HEX triplet: 5A, CF and 92. RGB value is (90,207,146). Sum of RGB (Red+Green+Blue) = 90+207+146=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF92 is #A5306D. Grayscale: #A5A5A5. Windows color (decimal): -10825838 or 9621338. OLE color: 9621338.
HSL color Cylindrical-coordinate representation of color #5ACF92: hue angle of 148.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF92 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 146 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.19 |
| HSL | 148.72º | 0.55% | 0.58% | - |
| HSV(B) | 148.72º | 0.57% | 0.81% | - |
| XYZ | 31.72 | 48.87 | 34.96 | - |
| YUV | 165.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 146 | 0.57 | 0 | 0.29 | 0.19 | 148.72 | 0.55 | 0.58 |
| Hex | 5A | CF | 92 | 39 | 0 | 1D | 13 | 95 | 37 | 3A |
| Octal | 132 | 317 | 222 | 71 | 0 | 35 | 23 | 225 | 67 | 72 |
| Binary | 1011010 | 11001111 | 10010010 | 111001 | 0 | 11101 | 10011 | 10010101 | 110111 | 111010 |
Color Harmonies of #5ACF92
Complementary color
Monochromatic Colors of #5ACF92
Black with #5ACF92
Text Example
Text Example
White with #5ACF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF92; }
p { color: rgb(90,207,146); }
H1.HeaderClassName
{
color: #5ACF92;
}
.AnyTagClassName
{
color: #5ACF92;
}
</style>
background-color css
<style>
a { background-color: #5ACF92; }
a { background-color: rgb(90,207,146); }
div.DivClassName
{
background-color: #5ACF92;
}
.BgClassName
{
background-color: #5ACF92;
}
</style>
border-color css
<style>
span { border-color: #5ACF92; }
span { border-color: rgb(90,207,146); }
td.TdClassName
{
border-color: #5ACF92;
}
.TagClassName
{
border-color: #5ACF92;
}
</style>