#8AE771

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

Shades of Pastel Green #8AE771

Tints of Pastel Green #8AE771

Color information

#8AE771 (or 0x8AE771) is unknown color: approx Pastel Green. HEX triplet: 8A, E7 and 71. RGB value is (138,231,113). Sum of RGB (Red+Green+Blue) = 138+231+113=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE771 is #75188E. Grayscale: #BEBEBE. Windows color (decimal): -7673999 or 7464842. OLE color: 7464842.

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

Color convert

RGB138231113-
CMYK0.4000.510.09
HSL107.29º71.08%67.45%-
HSV(B)107.29º51.08%90.59%-
XYZ42.0463.7525.71-
YUV189.7484.6991.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=28.63%
G=47.93%
B=23.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311130.4000.510.09107.2971.0867.45
Hex8AE7712803396b4743
Octal2123471615006311153107103
Binary1000101011100111111000110100001100111001110101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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