#86D97E

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

Shades of Pastel Green #86D97E

Tints of Pastel Green #86D97E

Color information

#86D97E (or 0x86D97E) is unknown color: approx Pastel Green. HEX triplet: 86, D9 and 7E. RGB value is (134,217,126). Sum of RGB (Red+Green+Blue) = 134+217+126=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #86D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D97E is #792681. Grayscale: #B6B6B6. Windows color (decimal): -7939714 or 8313222. OLE color: 8313222.

HSL color Cylindrical-coordinate representation of color #86D97E: hue angle of 114.73º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D97E is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB134217126-
CMYK0.3800.420.15
HSL114.73º54.49%67.25%-
HSV(B)114.73º41.94%85.1%-
XYZ38.4156.228.56-
YUV181.8196.593.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=28.09%
G=45.49%
B=26.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171260.3800.420.15114.7354.4967.25
Hex86D97E2602AF733643
Octal206331176460521716366103
Binary100001101101100111111101001100101010111111100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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