#86DC6F

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

Shades of Pastel Green #86DC6F

Tints of Pastel Green #86DC6F

Color information

#86DC6F (or 0x86DC6F) is unknown color: approx Pastel Green. HEX triplet: 86, DC and 6F. RGB value is (134,220,111). Sum of RGB (Red+Green+Blue) = 134+220+111=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC6F is #792390. Grayscale: #B6B6B6. Windows color (decimal): -7938961 or 7330950. OLE color: 7330950.

HSL color Cylindrical-coordinate representation of color #86DC6F: hue angle of 107.34º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86DC6F is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB134220111-
CMYK0.3900.500.14
HSL107.34º60.89%64.9%-
HSV(B)107.34º49.55%86.27%-
XYZ38.2957.424.1-
YUV181.8688.0193.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=28.82%
G=47.31%
B=23.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201110.3900.500.14107.3460.8964.9
Hex86DC6F27032E6b3d41
Octal206334157470621615375101
Binary100001101101110011011111001110110010111011010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,111); }

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

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

 a { background-color: rgb(134,220,111); }

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

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

 span { border-color: rgb(134,220,111); }

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