#86E17E

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

Shades of Pastel Green #86E17E

Tints of Pastel Green #86E17E

Color information

#86E17E (or 0x86E17E) is unknown color: approx Pastel Green. HEX triplet: 86, E1 and 7E. RGB value is (134,225,126). Sum of RGB (Red+Green+Blue) = 134+225+126=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #86E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E17E is #791E81. Grayscale: #BABABA. Windows color (decimal): -7937666 or 8315270. OLE color: 8315270.

HSL color Cylindrical-coordinate representation of color #86E17E: hue angle of 115.15º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E17E is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB134225126-
CMYK0.4000.440.12
HSL115.15º62.26%68.82%-
HSV(B)115.15º44%88.24%-
XYZ40.5260.4329.27-
YUV186.593.8590.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=27.63%
G=46.39%
B=25.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251260.4000.440.12115.1562.2668.82
Hex86E17E2802CC733e45
Octal206341176500541416376105
Binary100001101110000111111101010000101100110011100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,126); }

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

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

 a { background-color: rgb(134,225,126); }

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

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

 span { border-color: rgb(134,225,126); }

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