#8AE764

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

Shades of Pastel Green #8AE764

Tints of Pastel Green #8AE764

Color information

#8AE764 (or 0x8AE764) is unknown color: approx Pastel Green. HEX triplet: 8A, E7 and 64. RGB value is (138,231,100). Sum of RGB (Red+Green+Blue) = 138+231+100=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE764 is #75189B. Grayscale: #BCBCBC. Windows color (decimal): -7674012 or 6612874. OLE color: 6612874.

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

Color convert

RGB138231100-
CMYK0.4000.570.09
HSL102.6º73.18%64.9%-
HSV(B)102.6º56.71%90.59%-
XYZ41.3663.4822.13-
YUV188.2678.1992.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.42%
GREEN value IS 231 (90.62% from 255) = 49.25%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=29.42%
G=49.25%
B=21.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311000.4000.570.09102.673.1864.9
Hex8AE764280399674941
Octal2123471445007111147111101
Binary1000101011100111110010010100001110011001110011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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