Shades of Silver Tree #5ACF93
Tints of Silver Tree #5ACF93
RGB
CMYK
RGB Variations
Color information
#5ACF93 (or 0x5ACF93) is known color: Silver Tree. HEX triplet: 5A, CF and 93. RGB value is (90,207,147). Sum of RGB (Red+Green+Blue) = 90+207+147=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF93 is #A5306C. Grayscale: #A5A5A5. Windows color (decimal): -10825837 or 9686874. OLE color: 9686874.
HSL color Cylindrical-coordinate representation of color #5ACF93: hue angle of 149.23º 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 #5ACF93 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 147 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.19 |
| HSL | 149.23º | 0.55% | 0.58% | - |
| HSV(B) | 149.23º | 0.57% | 0.81% | - |
| XYZ | 31.8 | 48.91 | 35.37 | - |
| YUV | 165.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 147 | 0.57 | 0 | 0.29 | 0.19 | 149.23 | 0.55 | 0.58 |
| Hex | 5A | CF | 93 | 39 | 0 | 1D | 13 | 95 | 37 | 3A |
| Octal | 132 | 317 | 223 | 71 | 0 | 35 | 23 | 225 | 67 | 72 |
| Binary | 1011010 | 11001111 | 10010011 | 111001 | 0 | 11101 | 10011 | 10010101 | 110111 | 111010 |
Color Harmonies of #5ACF93
Complementary color
Monochromatic Colors of #5ACF93
Black with #5ACF93
Text Example
Text Example
White with #5ACF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF93; }
p { color: rgb(90,207,147); }
H1.HeaderClassName
{
color: #5ACF93;
}
.AnyTagClassName
{
color: #5ACF93;
}
</style>
background-color css
<style>
a { background-color: #5ACF93; }
a { background-color: rgb(90,207,147); }
div.DivClassName
{
background-color: #5ACF93;
}
.BgClassName
{
background-color: #5ACF93;
}
</style>
border-color css
<style>
span { border-color: #5ACF93; }
span { border-color: rgb(90,207,147); }
td.TdClassName
{
border-color: #5ACF93;
}
.TagClassName
{
border-color: #5ACF93;
}
</style>