#8EF170

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

Shades of Pastel Green #8EF170

Tints of Pastel Green #8EF170

Color information

#8EF170 (or 0x8EF170) is unknown color: approx Pastel Green. HEX triplet: 8E, F1 and 70. RGB value is (142,241,112). Sum of RGB (Red+Green+Blue) = 142+241+112=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF170 is #710E8F. Grayscale: #C5C5C5. Windows color (decimal): -7409296 or 7401870. OLE color: 7401870.

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

Color convert

RGB142241112-
CMYK0.4100.540.05
HSL106.05º82.17%69.22%-
HSV(B)106.05º53.53%94.51%-
XYZ45.5469.8326.41-
YUV196.6980.288.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=28.69%
G=48.69%
B=22.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422411120.4100.540.05106.0582.1769.22
Hex8EF1702903656a5245
Octal216361160510665152122105
Binary100011101111000111100001010010110110101110101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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