#8EF966

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

Shades of Pastel Green #8EF966

Tints of Pastel Green #8EF966

Color information

#8EF966 (or 0x8EF966) is unknown color: approx Pastel Green. HEX triplet: 8E, F9 and 66. RGB value is (142,249,102). Sum of RGB (Red+Green+Blue) = 142+249+102=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF966 is #710699. Grayscale: #C8C8C8. Windows color (decimal): -7407258 or 6748558. OLE color: 6748558.

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

Color convert

RGB142249102-
CMYK0.4300.590.02
HSL103.67º92.45%68.82%-
HSV(B)103.67º59.04%97.65%-
XYZ47.4374.4624.44-
YUV200.2572.5586.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=28.80%
G=50.51%
B=20.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422491020.4300.590.02103.6792.4568.82
Hex8EF9662B03B2685c45
Octal216371146530732150134105
Binary10001110111110011100110101011011101110110100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,249,102); }

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

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

 a { background-color: rgb(142,249,102); }

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

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

 span { border-color: rgb(142,249,102); }

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