#6ACC96

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

Shades of Silver Tree #6ACC96

Tints of Silver Tree #6ACC96

Color information

#6ACC96 (or 0x6ACC96) is unknown color: approx Silver Tree. HEX triplet: 6A, CC and 96. RGB value is (106,204,150). Sum of RGB (Red+Green+Blue) = 106+204+150=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC96 is #953369. Grayscale: #A8A8A8. Windows color (decimal): -9778026 or 9882730. OLE color: 9882730.

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

Color convert

RGB106204150-
CMYK0.4800.260.2
HSL146.94º49%60.78%-
HSV(B)146.94º48.04%80%-
XYZ33.0448.4536.46-
YUV168.54117.5383.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=23.04%
G=44.35%
B=32.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041500.4800.260.2146.944960.78
Hex6ACC963001A1493313d
Octal15231422660032242236175
Binary110101011001100100101101100000110101010010010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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