Shades of Silver Tree #6ACC86
Tints of Silver Tree #6ACC86
RGB
CMYK
RGB Variations
Color information
#6ACC86 (or 0x6ACC86) is known color: Silver Tree. HEX triplet: 6A, CC and 86. RGB value is (106,204,134). Sum of RGB (Red+Green+Blue) = 106+204+134=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC86 is #953379. Grayscale: #A6A6A6. Windows color (decimal): -9778042 or 8834154. OLE color: 8834154.
HSL color Cylindrical-coordinate representation of color #6ACC86: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACC86 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 134 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.2 |
| HSL | 137.14º | 0.49% | 0.61% | - |
| HSV(B) | 137.14º | 0.48% | 0.8% | - |
| XYZ | 31.84 | 47.97 | 30.14 | - |
| YUV | 166.72 | 109.53 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 134 | 0.48 | 0 | 0.34 | 0.2 | 137.14 | 0.49 | 0.61 |
| Hex | 6A | CC | 86 | 30 | 0 | 22 | 14 | 89 | 31 | 3D |
| Octal | 152 | 314 | 206 | 60 | 0 | 42 | 24 | 211 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10000110 | 110000 | 0 | 100010 | 10100 | 10001001 | 110001 | 111101 |
Color Harmonies of #6ACC86
Complementary color
Monochromatic Colors of #6ACC86
Black with #6ACC86
Text Example
Text Example
White with #6ACC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC86; }
p { color: rgb(106,204,134); }
H1.HeaderClassName
{
color: #6ACC86;
}
.AnyTagClassName
{
color: #6ACC86;
}
</style>
background-color css
<style>
a { background-color: #6ACC86; }
a { background-color: rgb(106,204,134); }
div.DivClassName
{
background-color: #6ACC86;
}
.BgClassName
{
background-color: #6ACC86;
}
</style>
border-color css
<style>
span { border-color: #6ACC86; }
span { border-color: rgb(106,204,134); }
td.TdClassName
{
border-color: #6ACC86;
}
.TagClassName
{
border-color: #6ACC86;
}
</style>