#8AE776

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

Shades of Pastel Green #8AE776

Tints of Pastel Green #8AE776

Color information

#8AE776 (or 0x8AE776) is unknown color: approx Pastel Green. HEX triplet: 8A, E7 and 76. RGB value is (138,231,118). Sum of RGB (Red+Green+Blue) = 138+231+118=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE776 is #751889. Grayscale: #BEBEBE. Windows color (decimal): -7673994 or 7792522. OLE color: 7792522.

HSL color Cylindrical-coordinate representation of color #8AE776: hue angle of 109.38º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AE776 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB138231118-
CMYK0.4000.490.09
HSL109.38º70.19%68.43%-
HSV(B)109.38º48.92%90.59%-
XYZ42.3363.8627.24-
YUV190.3187.1990.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 231 (90.62% from 255) = 47.43%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=28.34%
G=47.43%
B=24.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311180.4000.490.09109.3870.1968.43
Hex8AE7762803196d4644
Octal2123471665006111155106104
Binary1000101011100111111011010100001100011001110110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE776; }

 p { color: rgb(138,231,118); }

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

<style>
 a { background-color: #8AE776; }

 a { background-color: rgb(138,231,118); }

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

<style>
 span { border-color: #8AE776; }

 span { border-color: rgb(138,231,118); }

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