#86E378

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

Shades of Pastel Green #86E378

Tints of Pastel Green #86E378

Color information

#86E378 (or 0x86E378) is unknown color: approx Pastel Green. HEX triplet: 86, E3 and 78. RGB value is (134,227,120). Sum of RGB (Red+Green+Blue) = 134+227+120=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #86E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E378 is #791C87. Grayscale: #BBBBBB. Windows color (decimal): -7937160 or 7922566. OLE color: 7922566.

HSL color Cylindrical-coordinate representation of color #86E378: hue angle of 112.15º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86E378 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB134227120-
CMYK0.4100.470.11
HSL112.15º65.64%68.04%-
HSV(B)112.15º47.14%89.02%-
XYZ40.6961.3627.47-
YUV18790.1990.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=27.86%
G=47.19%
B=24.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342271200.4100.470.11112.1565.6468.04
Hex86E3782902FB704244
Octal2063431705105713160102104
Binary1000011011100011111100010100101011111011111000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E378; }

 p { color: rgb(134,227,120); }

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

<style>
 a { background-color: #86E378; }

 a { background-color: rgb(134,227,120); }

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

<style>
 span { border-color: #86E378; }

 span { border-color: rgb(134,227,120); }

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