#8EFA96

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

Shades of Pale Green #8EFA96

Tints of Pale Green #8EFA96

Color information

#8EFA96 (or 0x8EFA96) is unknown color: approx Pale Green. HEX triplet: 8E, FA and 96. RGB value is (142,250,150). Sum of RGB (Red+Green+Blue) = 142+250+150=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFA96 is #710569. Grayscale: #CECECE. Windows color (decimal): -7406954 or 9894542. OLE color: 9894542.

HSL color Cylindrical-coordinate representation of color #8EFA96: hue angle of 124.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFA96 is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB142250150-
CMYK0.4300.40.02
HSL124.44º91.53%76.86%-
HSV(B)124.44º43.2%98.04%-
XYZ50.8576.3240.91-
YUV206.3196.2282.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 250 (98.05% from 255) = 46.13%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=26.20%
G=46.13%
B=27.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422501500.4300.40.02124.4491.5376.86
Hex8EFA962B02827c5c4d
Octal216372226530502174134115
Binary100011101111101010010110101011010100010111110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,150); }

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

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

 a { background-color: rgb(142,250,150); }

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

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

 span { border-color: rgb(142,250,150); }

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