#6AE695

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

Shades of Silver Tree #6AE695

Tints of Silver Tree #6AE695

Color information

#6AE695 (or 0x6AE695) is unknown color: approx Silver Tree. HEX triplet: 6A, E6 and 95. RGB value is (106,230,149). Sum of RGB (Red+Green+Blue) = 106+230+149=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE695 is #95196A. Grayscale: #B7B7B7. Windows color (decimal): -9771371 or 9823850. OLE color: 9823850.

HSL color Cylindrical-coordinate representation of color #6AE695: hue angle of 140.81º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE695 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB106230149-
CMYK0.5400.350.10
HSL140.81º71.26%65.88%-
HSV(B)140.81º53.91%90.2%-
XYZ39.6761.8338.28-
YUV183.69108.4272.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 230 (90.23% from 255) = 47.42%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=21.86%
G=47.42%
B=30.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062301490.5400.350.10140.8171.2665.88
Hex6AE69536023A8d4742
Octal1523462256604312215107102
Binary11010101110011010010101110110010001110101000110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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