#8AEC96

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

Shades of Light Green #8AEC96

Tints of Light Green #8AEC96

Color information

#8AEC96 (or 0x8AEC96) is unknown color: approx Light Green. HEX triplet: 8A, EC and 96. RGB value is (138,236,150). Sum of RGB (Red+Green+Blue) = 138+236+150=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEC96 is #751369. Grayscale: #C5C5C5. Windows color (decimal): -7672682 or 9890954. OLE color: 9890954.

HSL color Cylindrical-coordinate representation of color #8AEC96: hue angle of 127.35º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEC96 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB138236150-
CMYK0.4200.360.07
HSL127.35º72.06%73.33%-
HSV(B)127.35º41.53%92.55%-
XYZ45.9867.639.48-
YUV196.89101.5385.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 236 (92.58% from 255) = 45.04%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=26.34%
G=45.04%
B=28.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382361500.4200.360.07127.3572.0673.33
Hex8AEC962A02477f4849
Octal212354226520447177110111
Binary1000101011101100100101101010100100100111111111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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