#86E177

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

Shades of Pastel Green #86E177

Tints of Pastel Green #86E177

Color information

#86E177 (or 0x86E177) is unknown color: approx Pastel Green. HEX triplet: 86, E1 and 77. RGB value is (134,225,119). Sum of RGB (Red+Green+Blue) = 134+225+119=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #86E177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E177 is #791E88. Grayscale: #BABABA. Windows color (decimal): -7937673 or 7856518. OLE color: 7856518.

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

Color convert

RGB134225119-
CMYK0.4000.470.12
HSL111.51º63.86%67.45%-
HSV(B)111.51º47.11%88.24%-
XYZ40.0960.2526.97-
YUV185.7190.3591.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=28.03%
G=47.07%
B=24.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251190.4000.470.12111.5163.8667.45
Hex86E1772802FC704043
Octal2063411675005714160100103
Binary1000011011100001111011110100001011111100111000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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