#8FEC70

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

Shades of Pastel Green #8FEC70

Tints of Pastel Green #8FEC70

Color information

#8FEC70 (or 0x8FEC70) is unknown color: approx Pastel Green. HEX triplet: 8F, EC and 70. RGB value is (143,236,112). Sum of RGB (Red+Green+Blue) = 143+236+112=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEC70 is #70138F. Grayscale: #C2C2C2. Windows color (decimal): -7345040 or 7400591. OLE color: 7400591.

HSL color Cylindrical-coordinate representation of color #8FEC70: hue angle of 105º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FEC70 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB143236112-
CMYK0.3900.530.07
HSL105º76.54%68.24%-
HSV(B)105º52.54%92.55%-
XYZ44.256725.93-
YUV194.0681.6991.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=29.12%
G=48.07%
B=22.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432361120.3900.530.0710576.5468.24
Hex8FEC70270357694d44
Octal217354160470657151115104
Binary100011111110110011100001001110110101111110100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,236,112); }

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

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

 a { background-color: rgb(143,236,112); }

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

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

 span { border-color: rgb(143,236,112); }

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