#8EEE70

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

Shades of Pastel Green #8EEE70

Tints of Pastel Green #8EEE70

Color information

#8EEE70 (or 0x8EEE70) is unknown color: approx Pastel Green. HEX triplet: 8E, EE and 70. RGB value is (142,238,112). Sum of RGB (Red+Green+Blue) = 142+238+112=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEE70 is #71118F. Grayscale: #C3C3C3. Windows color (decimal): -7410064 or 7401102. OLE color: 7401102.

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

Color convert

RGB142238112-
CMYK0.4000.530.07
HSL105.71º78.75%68.63%-
HSV(B)105.71º52.94%93.33%-
XYZ44.6568.0726.11-
YUV194.9381.290.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 238 (93.36% from 255) = 48.37%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=28.86%
G=48.37%
B=22.76%

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
Decimal1422381120.4000.530.07105.7178.7568.63
Hex8EEE702803576a4f45
Octal216356160500657152117105
Binary100011101110111011100001010000110101111110101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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