#86D175

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

Shades of Pastel Green #86D175

Tints of Pastel Green #86D175

Color information

#86D175 (or 0x86D175) is unknown color: approx Pastel Green. HEX triplet: 86, D1 and 75. RGB value is (134,209,117). Sum of RGB (Red+Green+Blue) = 134+209+117=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #86D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D175 is #792E8A. Grayscale: #B0B0B0. Windows color (decimal): -7941771 or 7721350. OLE color: 7721350.

HSL color Cylindrical-coordinate representation of color #86D175: hue angle of 108.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86D175 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB134209117-
CMYK0.3600.440.18
HSL108.91º50%63.92%-
HSV(B)108.91º44.02%81.96%-
XYZ35.8451.9524.97-
YUV176.0994.6597.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=29.13%
G=45.43%
B=25.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091170.3600.440.18108.915063.92
Hex86D1752402C126d3240
Octal206321165440542215562100
Binary1000011011010001111010110010001011001001011011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,209,117); }

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

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

 a { background-color: rgb(134,209,117); }

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

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

 span { border-color: rgb(134,209,117); }

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