#86E182

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

Shades of Pastel Green #86E182

Tints of Pastel Green #86E182

Color information

#86E182 (or 0x86E182) is unknown color: approx Pastel Green. HEX triplet: 86, E1 and 82. RGB value is (134,225,130). Sum of RGB (Red+Green+Blue) = 134+225+130=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #86E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E182 is #791E7D. Grayscale: #BBBBBB. Windows color (decimal): -7937662 or 8577414. OLE color: 8577414.

HSL color Cylindrical-coordinate representation of color #86E182: hue angle of 117.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E182 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB134225130-
CMYK0.4000.420.12
HSL117.47º61.29%69.61%-
HSV(B)117.47º42.22%88.24%-
XYZ40.7960.5330.65-
YUV186.9695.8590.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=27.40%
G=46.01%
B=26.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251300.4000.420.12117.4761.2969.61
Hex86E1822802AC753d46
Octal206341202500521416575106
Binary1000011011100001100000101010000101010110011101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,130); }

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

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

 a { background-color: rgb(134,225,130); }

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

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

 span { border-color: rgb(134,225,130); }

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