#86E169

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

Shades of Pastel Green #86E169

Tints of Pastel Green #86E169

Color information

#86E169 (or 0x86E169) is unknown color: approx Pastel Green. HEX triplet: 86, E1 and 69. RGB value is (134,225,105). Sum of RGB (Red+Green+Blue) = 134+225+105=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #86E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E169 is #791E96. Grayscale: #B8B8B8. Windows color (decimal): -7937687 or 6939014. OLE color: 6939014.

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

Color convert

RGB134225105-
CMYK0.4000.530.12
HSL105.5º66.67%64.71%-
HSV(B)105.5º53.33%88.24%-
XYZ39.3159.9422.86-
YUV184.1183.3592.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=28.88%
G=48.49%
B=22.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251050.4000.530.12105.566.6764.71
Hex86E16928035C6a4341
Octal2063411515006514152103101
Binary1000011011100001110100110100001101011100110101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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