#8EF2A0

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

Shades of Pale Green #8EF2A0

Tints of Pale Green #8EF2A0

Color information

#8EF2A0 (or 0x8EF2A0) is unknown color: approx Pale Green. HEX triplet: 8E, F2 and A0. RGB value is (142,242,160). Sum of RGB (Red+Green+Blue) = 142+242+160=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF2A0 is #710D5F. Grayscale: #CACACA. Windows color (decimal): -7408992 or 10547854. OLE color: 10547854.

HSL color Cylindrical-coordinate representation of color #8EF2A0: hue angle of 130.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2A0 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB142242160-
CMYK0.4100.340.05
HSL130.8º79.37%75.29%-
HSV(B)130.8º41.32%94.9%-
XYZ49.2571.7944.52-
YUV202.75103.8784.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=26.10%
G=44.49%
B=29.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422421600.4100.340.05130.879.3775.29
Hex8EF2A0290225834f4b
Octal216362240510425203117113
Binary10001110111100101010000010100101000101011000001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,242,160); }

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

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

 a { background-color: rgb(142,242,160); }

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

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

 span { border-color: rgb(142,242,160); }

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