Shades of Silver Tree #6ACC9B
Tints of Silver Tree #6ACC9B
RGB
CMYK
RGB Variations
Color information
#6ACC9B (or 0x6ACC9B) is known color: Silver Tree. HEX triplet: 6A, CC and 9B. RGB value is (106,204,155). Sum of RGB (Red+Green+Blue) = 106+204+155=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC9B is #953364. Grayscale: #A9A9A9. Windows color (decimal): -9778021 or 10210410. OLE color: 10210410.
HSL color Cylindrical-coordinate representation of color #6ACC9B: hue angle of 150º 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 #6ACC9B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 155 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.2 |
| HSL | 150º | 0.49% | 0.61% | - |
| HSV(B) | 150º | 0.48% | 0.8% | - |
| XYZ | 33.45 | 48.62 | 38.63 | - |
| YUV | 169.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 155 | 0.48 | 0 | 0.24 | 0.2 | 150 | 0.49 | 0.61 |
| Hex | 6A | CC | 9B | 30 | 0 | 18 | 14 | 96 | 31 | 3D |
| Octal | 152 | 314 | 233 | 60 | 0 | 30 | 24 | 226 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10011011 | 110000 | 0 | 11000 | 10100 | 10010110 | 110001 | 111101 |
Color Harmonies of #6ACC9B
Complementary color
Monochromatic Colors of #6ACC9B
Black with #6ACC9B
Text Example
Text Example
White with #6ACC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC9B; }
p { color: rgb(106,204,155); }
H1.HeaderClassName
{
color: #6ACC9B;
}
.AnyTagClassName
{
color: #6ACC9B;
}
</style>
background-color css
<style>
a { background-color: #6ACC9B; }
a { background-color: rgb(106,204,155); }
div.DivClassName
{
background-color: #6ACC9B;
}
.BgClassName
{
background-color: #6ACC9B;
}
</style>
border-color css
<style>
span { border-color: #6ACC9B; }
span { border-color: rgb(106,204,155); }
td.TdClassName
{
border-color: #6ACC9B;
}
.TagClassName
{
border-color: #6ACC9B;
}
</style>