#6ACC95

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

Shades of Silver Tree #6ACC95

Tints of Silver Tree #6ACC95

Color information

#6ACC95 (or 0x6ACC95) is unknown color: approx Silver Tree. HEX triplet: 6A, CC and 95. RGB value is (106,204,149). Sum of RGB (Red+Green+Blue) = 106+204+149=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC95 is #95336A. Grayscale: #A8A8A8. Windows color (decimal): -9778027 or 9817194. OLE color: 9817194.

HSL color Cylindrical-coordinate representation of color #6ACC95: hue angle of 146.33º 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 #6ACC95 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB106204149-
CMYK0.4800.270.2
HSL146.33º49%60.78%-
HSV(B)146.33º48.04%80%-
XYZ32.9648.4236.04-
YUV168.43117.0383.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=23.09%
G=44.44%
B=32.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041490.4800.270.2146.334960.78
Hex6ACC953001B1492313d
Octal15231422560033242226175
Binary110101011001100100101011100000110111010010010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,204,149); }

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

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

 a { background-color: rgb(106,204,149); }

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

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

 span { border-color: rgb(106,204,149); }

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