#8EED70

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

Shades of Pastel Green #8EED70

Tints of Pastel Green #8EED70

Color information

#8EED70 (or 0x8EED70) is unknown color: approx Pastel Green. HEX triplet: 8E, ED and 70. RGB value is (142,237,112). Sum of RGB (Red+Green+Blue) = 142+237+112=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED70 is #71128F. Grayscale: #C2C2C2. Windows color (decimal): -7410320 or 7400846. OLE color: 7400846.

HSL color Cylindrical-coordinate representation of color #8EED70: hue angle of 105.6º degrees, saturation: 0.78, 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 #8EED70 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB142237112-
CMYK0.4000.530.07
HSL105.6º77.64%68.43%-
HSV(B)105.6º52.74%92.94%-
XYZ44.3667.4926.02-
YUV194.3481.5390.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=28.92%
G=48.27%
B=22.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422371120.4000.530.07105.677.6468.43
Hex8EED702803576a4e44
Octal216355160500657152116104
Binary100011101110110111100001010000110101111110101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,112); }

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

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

 a { background-color: rgb(142,237,112); }

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

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

 span { border-color: rgb(142,237,112); }

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