#6AE986

Color #6AE986 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6AE986

Tints of Pastel Green #6AE986

Color information

#6AE986 (or 0x6AE986) is unknown color: approx Pastel Green. HEX triplet: 6A, E9 and 86. RGB value is (106,233,134). Sum of RGB (Red+Green+Blue) = 106+233+134=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE986 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE986 is #951679. Grayscale: #B8B8B8. Windows color (decimal): -9770618 or 8841578. OLE color: 8841578.

HSL color Cylindrical-coordinate representation of color #6AE986: hue angle of 133.23º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE986 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB106233134-
CMYK0.5500.420.09
HSL133.23º74.27%66.47%-
HSV(B)133.23º54.51%91.37%-
XYZ39.3963.0632.65-
YUV183.7499.9272.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 233 (91.41% from 255) = 49.26%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=22.41%
G=49.26%
B=28.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331340.5500.420.09133.2374.2766.47
Hex6AE9863702A9854a42
Octal1523512066705211205112102
Binary11010101110100110000110110111010101010011000010110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,233,134); }

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

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

 a { background-color: rgb(106,233,134); }

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

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

 span { border-color: rgb(106,233,134); }

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