#6AD08C

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

Shades of Silver Tree #6AD08C

Tints of Silver Tree #6AD08C

Color information

#6AD08C (or 0x6AD08C) is unknown color: approx Silver Tree. HEX triplet: 6A, D0 and 8C. RGB value is (106,208,140). Sum of RGB (Red+Green+Blue) = 106+208+140=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD08C is #952F73. Grayscale: #A9A9A9. Windows color (decimal): -9777012 or 9228394. OLE color: 9228394.

HSL color Cylindrical-coordinate representation of color #6AD08C: hue angle of 140º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD08C is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB106208140-
CMYK0.4900.330.18
HSL140º52.04%61.57%-
HSV(B)140º49.04%81.57%-
XYZ33.2350.0732.72-
YUV169.75111.2182.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.35%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=23.35%
G=45.81%
B=30.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062081400.4900.330.1814052.0461.57
Hex6AD08C31021128c343e
Octal15232021461041222146476
Binary1101010110100001000110011000101000011001010001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,208,140); }

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

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

 a { background-color: rgb(106,208,140); }

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

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

 span { border-color: rgb(106,208,140); }

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