#86E36C

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

Shades of Pastel Green #86E36C

Tints of Pastel Green #86E36C

Color information

#86E36C (or 0x86E36C) is unknown color: approx Pastel Green. HEX triplet: 86, E3 and 6C. RGB value is (134,227,108). Sum of RGB (Red+Green+Blue) = 134+227+108=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #86E36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E36C is #791C93. Grayscale: #BABABA. Windows color (decimal): -7937172 or 7136134. OLE color: 7136134.

HSL color Cylindrical-coordinate representation of color #86E36C: hue angle of 106.89º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86E36C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB134227108-
CMYK0.4100.520.11
HSL106.89º68%65.69%-
HSV(B)106.89º52.42%89.02%-
XYZ40.0161.0923.87-
YUV185.6384.1991.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 227 (89.06% from 255) = 48.40%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=28.57%
G=48.40%
B=23.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342271080.4100.520.11106.896865.69
Hex86E36C29034B6b4442
Octal2063431545106413153104102
Binary1000011011100011110110010100101101001011110101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,108); }

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

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

 a { background-color: rgb(134,227,108); }

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

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

 span { border-color: rgb(134,227,108); }

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