Shades of Silver Tree #6AC280
Tints of Silver Tree #6AC280
RGB
CMYK
RGB Variations
Color information
#6AC280 (or 0x6AC280) is known color: Silver Tree. HEX triplet: 6A, C2 and 80. RGB value is (106,194,128). Sum of RGB (Red+Green+Blue) = 106+194+128=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC280 is #953D7F. Grayscale: #A0A0A0. Windows color (decimal): -9780608 or 8438378. OLE color: 8438378.
HSL color Cylindrical-coordinate representation of color #6AC280: hue angle of 135º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC280 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 194 | 128 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.24 |
| HSL | 135º | 0.42% | 0.59% | - |
| HSV(B) | 135º | 0.45% | 0.76% | - |
| XYZ | 29.13 | 43.21 | 27.23 | - |
| YUV | 160.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 128 | 0.45 | 0 | 0.34 | 0.24 | 135 | 0.42 | 0.59 |
| Hex | 6A | C2 | 80 | 2D | 0 | 22 | 18 | 87 | 2A | 3B |
| Octal | 152 | 302 | 200 | 55 | 0 | 42 | 30 | 207 | 52 | 73 |
| Binary | 1101010 | 11000010 | 10000000 | 101101 | 0 | 100010 | 11000 | 10000111 | 101010 | 111011 |
Color Harmonies of #6AC280
Complementary color
Monochromatic Colors of #6AC280
Black with #6AC280
Text Example
Text Example
White with #6AC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC280; }
p { color: rgb(106,194,128); }
H1.HeaderClassName
{
color: #6AC280;
}
.AnyTagClassName
{
color: #6AC280;
}
</style>
background-color css
<style>
a { background-color: #6AC280; }
a { background-color: rgb(106,194,128); }
div.DivClassName
{
background-color: #6AC280;
}
.BgClassName
{
background-color: #6AC280;
}
</style>
border-color css
<style>
span { border-color: #6AC280; }
span { border-color: rgb(106,194,128); }
td.TdClassName
{
border-color: #6AC280;
}
.TagClassName
{
border-color: #6AC280;
}
</style>