#8EF26D

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

Shades of Pastel Green #8EF26D

Tints of Pastel Green #8EF26D

Color information

#8EF26D (or 0x8EF26D) is unknown color: approx Pastel Green. HEX triplet: 8E, F2 and 6D. RGB value is (142,242,109). Sum of RGB (Red+Green+Blue) = 142+242+109=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF26D is #710D92. Grayscale: #C5C5C5. Windows color (decimal): -7409043 or 7205518. OLE color: 7205518.

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

Color convert

RGB142242109-
CMYK0.4100.550.05
HSL105.11º83.65%68.82%-
HSV(B)105.11º54.96%94.9%-
XYZ45.6770.3625.64-
YUV196.9478.3788.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 242 (94.92% from 255) = 49.09%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=28.80%
G=49.09%
B=22.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422421090.4100.550.05105.1183.6568.82
Hex8EF26D290375695445
Octal216362155510675151124105
Binary100011101111001011011011010010110111101110100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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