Shades of Silver Tree #7ACD9F
Tints of Silver Tree #7ACD9F
RGB
CMYK
RGB Variations
Color information
#7ACD9F (or 0x7ACD9F) is known color: Silver Tree. HEX triplet: 7A, CD and 9F. RGB value is (122,205,159). Sum of RGB (Red+Green+Blue) = 122+205+159=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD9F is #853260. Grayscale: #AFAFAF. Windows color (decimal): -8729185 or 10472826. OLE color: 10472826.
HSL color Cylindrical-coordinate representation of color #7ACD9F: hue angle of 146.75º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACD9F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 159 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.20 |
| HSL | 146.75º | 0.45% | 0.64% | - |
| HSV(B) | 146.75º | 0.4% | 0.8% | - |
| XYZ | 36.12 | 50.3 | 40.61 | - |
| YUV | 174.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 159 | 0.40 | 0 | 0.22 | 0.20 | 146.75 | 0.45 | 0.64 |
| Hex | 7A | CD | 9F | 28 | 0 | 16 | 14 | 93 | 2D | 40 |
| Octal | 172 | 315 | 237 | 50 | 0 | 26 | 24 | 223 | 55 | 100 |
| Binary | 1111010 | 11001101 | 10011111 | 101000 | 0 | 10110 | 10100 | 10010011 | 101101 | 1000000 |
Color Harmonies of #7ACD9F
Complementary color
Monochromatic Colors of #7ACD9F
Black with #7ACD9F
Text Example
Text Example
White with #7ACD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD9F; }
p { color: rgb(122,205,159); }
H1.HeaderClassName
{
color: #7ACD9F;
}
.AnyTagClassName
{
color: #7ACD9F;
}
</style>
background-color css
<style>
a { background-color: #7ACD9F; }
a { background-color: rgb(122,205,159); }
div.DivClassName
{
background-color: #7ACD9F;
}
.BgClassName
{
background-color: #7ACD9F;
}
</style>
border-color css
<style>
span { border-color: #7ACD9F; }
span { border-color: rgb(122,205,159); }
td.TdClassName
{
border-color: #7ACD9F;
}
.TagClassName
{
border-color: #7ACD9F;
}
</style>