#86D66E

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

Shades of Pastel Green #86D66E

Tints of Pastel Green #86D66E

Color information

#86D66E (or 0x86D66E) is unknown color: approx Pastel Green. HEX triplet: 86, D6 and 6E. RGB value is (134,214,110). Sum of RGB (Red+Green+Blue) = 134+214+110=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #86D66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D66E is #792991. Grayscale: #B2B2B2. Windows color (decimal): -7940498 or 7263878. OLE color: 7263878.

HSL color Cylindrical-coordinate representation of color #86D66E: hue angle of 106.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86D66E is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB134214110-
CMYK0.3700.490.16
HSL106.15º55.91%63.53%-
HSV(B)106.15º48.6%83.92%-
XYZ36.6954.2923.3-
YUV178.2289.596.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=29.26%
G=46.72%
B=24.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342141100.3700.490.16106.1555.9163.53
Hex86D66E25031106a3840
Octal206326156450612015270100
Binary1000011011010110110111010010101100011000011010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,110); }

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

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

 a { background-color: rgb(134,214,110); }

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

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

 span { border-color: rgb(134,214,110); }

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