#8AEC77

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

Shades of Pastel Green #8AEC77

Tints of Pastel Green #8AEC77

Color information

#8AEC77 (or 0x8AEC77) is unknown color: approx Pastel Green. HEX triplet: 8A, EC and 77. RGB value is (138,236,119). Sum of RGB (Red+Green+Blue) = 138+236+119=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC77 is #751388. Grayscale: #C1C1C1. Windows color (decimal): -7672713 or 7859338. OLE color: 7859338.

HSL color Cylindrical-coordinate representation of color #8AEC77: hue angle of 110.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AEC77 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB138236119-
CMYK0.4200.500.07
HSL110.26º75.48%69.61%-
HSV(B)110.26º49.58%92.55%-
XYZ43.8166.7328.02-
YUV193.3686.0388.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 236 (92.58% from 255) = 47.87%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=27.99%
G=47.87%
B=24.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382361190.4200.500.07110.2675.4869.61
Hex8AEC772A03276e4b46
Octal212354167520627156113106
Binary100010101110110011101111010100110010111110111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,236,119); }

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

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

 a { background-color: rgb(138,236,119); }

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

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

 span { border-color: rgb(138,236,119); }

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