#8EEA75

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

Shades of Pastel Green #8EEA75

Tints of Pastel Green #8EEA75

Color information

#8EEA75 (or 0x8EEA75) is unknown color: approx Pastel Green. HEX triplet: 8E, EA and 75. RGB value is (142,234,117). Sum of RGB (Red+Green+Blue) = 142+234+117=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEA75 is #71158A. Grayscale: #C1C1C1. Windows color (decimal): -7411083 or 7727758. OLE color: 7727758.

HSL color Cylindrical-coordinate representation of color #8EEA75: hue angle of 107.18º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EEA75 is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB142234117-
CMYK0.3900.50.08
HSL107.18º73.58%68.82%-
HSV(B)107.18º50%91.76%-
XYZ43.7965.8827.24-
YUV193.1585.0291.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=28.80%
G=47.46%
B=23.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341170.3900.50.08107.1873.5868.82
Hex8EEA752703286b4a45
Octal2163521654706210153112105
Binary1000111011101010111010110011101100101000110101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,117); }

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

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

 a { background-color: rgb(142,234,117); }

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

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

 span { border-color: rgb(142,234,117); }

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