#6ACE96

Color #6ACE96 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #6ACE96

Tints of Silver Tree #6ACE96

Color information

#6ACE96 (or 0x6ACE96) is unknown color: approx Silver Tree. HEX triplet: 6A, CE and 96. RGB value is (106,206,150). Sum of RGB (Red+Green+Blue) = 106+206+150=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACE96 is #953169. Grayscale: #A9A9A9. Windows color (decimal): -9777514 or 9883242. OLE color: 9883242.

HSL color Cylindrical-coordinate representation of color #6ACE96: hue angle of 146.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACE96 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB106206150-
CMYK0.4900.270.19
HSL146.4º50.51%61.18%-
HSV(B)146.4º48.54%80.78%-
XYZ33.5249.4136.62-
YUV169.72116.8782.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 22.94%
GREEN value IS 206 (80.86% from 255) = 44.59%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=22.94%
G=44.59%
B=32.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062061500.4900.270.19146.450.5161.18
Hex6ACE963101B1392333d
Octal15231622661033232226375
Binary110101011001110100101101100010110111001110010010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACE96; }

 p { color: rgb(106,206,150); }

 H1.HeaderClassName
 {
   color: #6ACE96;
 }
 .AnyTagClassName
 {
   color: #6ACE96;
 }
</style>
background-color css

<style>
 a { background-color: #6ACE96; }

 a { background-color: rgb(106,206,150); }

 div.DivClassName
 {
   background-color: #6ACE96;
 }
 .BgClassName
 {
   background-color: #6ACE96;
 }
</style>
border-color css

<style>
 span { border-color: #6ACE96; }

 span { border-color: rgb(106,206,150); }

 td.TdClassName
 {
   border-color: #6ACE96;
 }
 .TagClassName
 {
   border-color: #6ACE96;
 }
</style>