#8EF1A0

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

Shades of Pale Green #8EF1A0

Tints of Pale Green #8EF1A0

Color information

#8EF1A0 (or 0x8EF1A0) is unknown color: approx Pale Green. HEX triplet: 8E, F1 and A0. RGB value is (142,241,160). Sum of RGB (Red+Green+Blue) = 142+241+160=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF1A0 is #710E5F. Grayscale: #CACACA. Windows color (decimal): -7409248 or 10547598. OLE color: 10547598.

HSL color Cylindrical-coordinate representation of color #8EF1A0: hue angle of 130.91º degrees, saturation: 0.78, 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 #8EF1A0 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB142241160-
CMYK0.4100.340.05
HSL130.91º77.95%75.1%-
HSV(B)130.91º41.08%94.51%-
XYZ48.9671.244.42-
YUV202.16104.285.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=26.15%
G=44.38%
B=29.47%

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
Decimal1422411600.4100.340.05130.9177.9575.1
Hex8EF1A0290225834e4b
Octal216361240510425203116113
Binary10001110111100011010000010100101000101011000001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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