#8AE27C

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

Shades of Pastel Green #8AE27C

Tints of Pastel Green #8AE27C

Color information

#8AE27C (or 0x8AE27C) is unknown color: approx Pastel Green. HEX triplet: 8A, E2 and 7C. RGB value is (138,226,124). Sum of RGB (Red+Green+Blue) = 138+226+124=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE27C is #751D83. Grayscale: #BCBCBC. Windows color (decimal): -7675268 or 8184458. OLE color: 8184458.

HSL color Cylindrical-coordinate representation of color #8AE27C: hue angle of 111.76º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AE27C is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB138226124-
CMYK0.3900.450.11
HSL111.76º63.75%68.63%-
HSV(B)111.76º45.13%88.63%-
XYZ41.3261.2528.71-
YUV188.0691.8592.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 226 (88.67% from 255) = 46.31%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=28.28%
G=46.31%
B=25.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382261240.3900.450.11111.7663.7568.63
Hex8AE27C2702DB704045
Octal2123421744705513160100105
Binary1000101011100010111110010011101011011011111000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,124); }

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

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

 a { background-color: rgb(138,226,124); }

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

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

 span { border-color: rgb(138,226,124); }

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