#8AEB5E

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

Shades of Pastel Green #8AEB5E

Tints of Pastel Green #8AEB5E

Color information

#8AEB5E (or 0x8AEB5E) is unknown color: approx Pastel Green. HEX triplet: 8A, EB and 5E. RGB value is (138,235,94). Sum of RGB (Red+Green+Blue) = 138+235+94=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEB5E is #7514A1. Grayscale: #BEBEBE. Windows color (decimal): -7672994 or 6220682. OLE color: 6220682.

HSL color Cylindrical-coordinate representation of color #8AEB5E: hue angle of 101.28º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AEB5E is Cyan = 0.41, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB13823594-
CMYK0.4100.60.08
HSL101.28º77.9%64.51%-
HSV(B)101.28º60%92.16%-
XYZ42.2165.6321.03-
YUV189.9273.8690.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 235 (92.19% from 255) = 50.32%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=29.55%
G=50.32%
B=20.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138235940.4100.60.08101.2877.964.51
Hex8AEB5E2903C8654e41
Octal2123531365107410145116101
Binary1000101011101011101111010100101111001000110010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,94); }

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

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

 a { background-color: rgb(138,235,94); }

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

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

 span { border-color: rgb(138,235,94); }

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