#86E76A

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

Shades of Pastel Green #86E76A

Tints of Pastel Green #86E76A

Color information

#86E76A (or 0x86E76A) is unknown color: approx Pastel Green. HEX triplet: 86, E7 and 6A. RGB value is (134,231,106). Sum of RGB (Red+Green+Blue) = 134+231+106=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #86E76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E76A is #791895. Grayscale: #BCBCBC. Windows color (decimal): -7936150 or 7006086. OLE color: 7006086.

HSL color Cylindrical-coordinate representation of color #86E76A: hue angle of 106.56º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86E76A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB134231106-
CMYK0.4200.540.09
HSL106.56º72.25%66.08%-
HSV(B)106.56º54.11%90.59%-
XYZ41.0163.2623.68-
YUV187.7581.8689.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=28.45%
G=49.04%
B=22.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342311060.4200.540.09106.5672.2566.08
Hex86E76A2A03696b4842
Octal2063471525206611153110102
Binary1000011011100111110101010101001101101001110101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,106); }

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

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

 a { background-color: rgb(134,231,106); }

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

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

 span { border-color: rgb(134,231,106); }

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