Shades of Silver Tree #7ACF94
Tints of Silver Tree #7ACF94
RGB
CMYK
RGB Variations
Color information
#7ACF94 (or 0x7ACF94) is known color: Silver Tree. HEX triplet: 7A, CF and 94. RGB value is (122,207,148). Sum of RGB (Red+Green+Blue) = 122+207+148=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF94 is #85306B. Grayscale: #AFAFAF. Windows color (decimal): -8728684 or 9752442. OLE color: 9752442.
HSL color Cylindrical-coordinate representation of color #7ACF94: hue angle of 138.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACF94 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 148 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.19 |
| HSL | 138.35º | 0.47% | 0.65% | - |
| HSV(B) | 138.35º | 0.41% | 0.81% | - |
| XYZ | 35.68 | 50.9 | 35.96 | - |
| YUV | 174.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 148 | 0.41 | 0 | 0.29 | 0.19 | 138.35 | 0.47 | 0.65 |
| Hex | 7A | CF | 94 | 29 | 0 | 1D | 13 | 8A | 2F | 41 |
| Octal | 172 | 317 | 224 | 51 | 0 | 35 | 23 | 212 | 57 | 101 |
| Binary | 1111010 | 11001111 | 10010100 | 101001 | 0 | 11101 | 10011 | 10001010 | 101111 | 1000001 |
Color Harmonies of #7ACF94
Complementary color
Monochromatic Colors of #7ACF94
Black with #7ACF94
Text Example
Text Example
White with #7ACF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF94; }
p { color: rgb(122,207,148); }
H1.HeaderClassName
{
color: #7ACF94;
}
.AnyTagClassName
{
color: #7ACF94;
}
</style>
background-color css
<style>
a { background-color: #7ACF94; }
a { background-color: rgb(122,207,148); }
div.DivClassName
{
background-color: #7ACF94;
}
.BgClassName
{
background-color: #7ACF94;
}
</style>
border-color css
<style>
span { border-color: #7ACF94; }
span { border-color: rgb(122,207,148); }
td.TdClassName
{
border-color: #7ACF94;
}
.TagClassName
{
border-color: #7ACF94;
}
</style>