#8EF269

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

Shades of Pastel Green #8EF269

Tints of Pastel Green #8EF269

Color information

#8EF269 (or 0x8EF269) is unknown color: approx Pastel Green. HEX triplet: 8E, F2 and 69. RGB value is (142,242,105). Sum of RGB (Red+Green+Blue) = 142+242+105=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF269 is #710D96. Grayscale: #C4C4C4. Windows color (decimal): -7409047 or 6943374. OLE color: 6943374.

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

Color convert

RGB142242105-
CMYK0.4100.570.05
HSL103.8º84.05%68.04%-
HSV(B)103.8º56.61%94.9%-
XYZ45.4670.2724.53-
YUV196.4876.3789.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=29.04%
G=49.49%
B=21.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422421050.4100.570.05103.884.0568.04
Hex8EF269290395685444
Octal216362151510715150124104
Binary100011101111001011010011010010111001101110100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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