#86E167

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

Shades of Pastel Green #86E167

Tints of Pastel Green #86E167

Color information

#86E167 (or 0x86E167) is unknown color: approx Pastel Green. HEX triplet: 86, E1 and 67. RGB value is (134,225,103). Sum of RGB (Red+Green+Blue) = 134+225+103=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #86E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E167 is #791E98. Grayscale: #B8B8B8. Windows color (decimal): -7937689 or 6807942. OLE color: 6807942.

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

Color convert

RGB134225103-
CMYK0.4000.540.12
HSL104.75º67.03%64.31%-
HSV(B)104.75º54.22%88.24%-
XYZ39.259.922.33-
YUV183.8882.3592.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 225 (88.28% from 255) = 48.70%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=29.00%
G=48.70%
B=22.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251030.4000.540.12104.7567.0364.31
Hex86E16728036C694340
Octal2063411475006614151103100
Binary1000011011100001110011110100001101101100110100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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