#8EF16C

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

Shades of Pastel Green #8EF16C

Tints of Pastel Green #8EF16C

Color information

#8EF16C (or 0x8EF16C) is unknown color: approx Pastel Green. HEX triplet: 8E, F1 and 6C. RGB value is (142,241,108). Sum of RGB (Red+Green+Blue) = 142+241+108=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF16C is #710E93. Grayscale: #C4C4C4. Windows color (decimal): -7409300 or 7139726. OLE color: 7139726.

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

Color convert

RGB142241108-
CMYK0.4100.550.05
HSL104.66º82.61%68.43%-
HSV(B)104.66º55.19%94.51%-
XYZ45.3269.7425.26-
YUV196.2478.289.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=28.92%
G=49.08%
B=22.00%

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
Decimal1422411080.4100.550.05104.6682.6168.43
Hex8EF16C290375695344
Octal216361154510675151123104
Binary100011101111000111011001010010110111101110100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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