#6AE893

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

Shades of Pastel Green #6AE893

Tints of Pastel Green #6AE893

Color information

#6AE893 (or 0x6AE893) is unknown color: approx Pastel Green. HEX triplet: 6A, E8 and 93. RGB value is (106,232,147). Sum of RGB (Red+Green+Blue) = 106+232+147=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE893 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE893 is #95176C. Grayscale: #B8B8B8. Windows color (decimal): -9770861 or 9693290. OLE color: 9693290.

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

Color convert

RGB106232147-
CMYK0.5400.370.09
HSL139.52º73.26%66.27%-
HSV(B)139.52º54.31%90.98%-
XYZ40.0762.8837.63-
YUV184.64106.7671.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 232 (91.02% from 255) = 47.84%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=21.86%
G=47.84%
B=30.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321470.5400.370.09139.5273.2666.27
Hex6AE8933602598c4942
Octal1523502236604511214111102
Binary11010101110100010010011110110010010110011000110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,232,147); }

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

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

 a { background-color: rgb(106,232,147); }

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

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

 span { border-color: rgb(106,232,147); }

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