#6AE87A

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

Shades of Pastel Green #6AE87A

Tints of Pastel Green #6AE87A

Color information

#6AE87A (or 0x6AE87A) is unknown color: approx Pastel Green. HEX triplet: 6A, E8 and 7A. RGB value is (106,232,122). Sum of RGB (Red+Green+Blue) = 106+232+122=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE87A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE87A is #951785. Grayscale: #B6B6B6. Windows color (decimal): -9770886 or 8054890. OLE color: 8054890.

HSL color Cylindrical-coordinate representation of color #6AE87A: hue angle of 127.62º 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 #6AE87A is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB106232122-
CMYK0.5400.470.09
HSL127.62º73.26%66.27%-
HSV(B)127.62º54.31%90.98%-
XYZ38.3162.1828.4-
YUV181.7994.2673.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 232 (91.02% from 255) = 50.43%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=23.04%
G=50.43%
B=26.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321220.5400.470.09127.6273.2666.27
Hex6AE87A3602F9804942
Octal1523501726605711200111102
Binary1101010111010001111010110110010111110011000000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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