Shades of Silver Tree #5ACC8D
Tints of Silver Tree #5ACC8D
RGB
CMYK
RGB Variations
Color information
#5ACC8D (or 0x5ACC8D) is known color: Silver Tree. HEX triplet: 5A, CC and 8D. RGB value is (90,204,141). Sum of RGB (Red+Green+Blue) = 90+204+141=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACC8D is #A53372. Grayscale: #A2A2A2. Windows color (decimal): -10826611 or 9292890. OLE color: 9292890.
HSL color Cylindrical-coordinate representation of color #5ACC8D: hue angle of 146.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACC8D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 141 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.2 |
| HSL | 146.84º | 0.53% | 0.58% | - |
| HSV(B) | 146.84º | 0.56% | 0.8% | - |
| XYZ | 30.62 | 47.28 | 32.71 | - |
| YUV | 162.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 141 | 0.56 | 0 | 0.31 | 0.2 | 146.84 | 0.53 | 0.58 |
| Hex | 5A | CC | 8D | 38 | 0 | 1F | 14 | 93 | 35 | 3A |
| Octal | 132 | 314 | 215 | 70 | 0 | 37 | 24 | 223 | 65 | 72 |
| Binary | 1011010 | 11001100 | 10001101 | 111000 | 0 | 11111 | 10100 | 10010011 | 110101 | 111010 |
Color Harmonies of #5ACC8D
Complementary color
Monochromatic Colors of #5ACC8D
Black with #5ACC8D
Text Example
Text Example
White with #5ACC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC8D; }
p { color: rgb(90,204,141); }
H1.HeaderClassName
{
color: #5ACC8D;
}
.AnyTagClassName
{
color: #5ACC8D;
}
</style>
background-color css
<style>
a { background-color: #5ACC8D; }
a { background-color: rgb(90,204,141); }
div.DivClassName
{
background-color: #5ACC8D;
}
.BgClassName
{
background-color: #5ACC8D;
}
</style>
border-color css
<style>
span { border-color: #5ACC8D; }
span { border-color: rgb(90,204,141); }
td.TdClassName
{
border-color: #5ACC8D;
}
.TagClassName
{
border-color: #5ACC8D;
}
</style>