#86E960

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

Shades of Pastel Green #86E960

Tints of Pastel Green #86E960

Color information

#86E960 (or 0x86E960) is unknown color: approx Pastel Green. HEX triplet: 86, E9 and 60. RGB value is (134,233,96). Sum of RGB (Red+Green+Blue) = 134+233+96=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #86E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E960 is #79169F. Grayscale: #BCBCBC. Windows color (decimal): -7935648 or 6351238. OLE color: 6351238.

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

Color convert

RGB13423396-
CMYK0.4200.590.09
HSL103.36º75.69%64.51%-
HSV(B)103.36º58.8%91.37%-
XYZ41.0864.1921.29-
YUV187.7876.289.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 233 (91.41% from 255) = 50.32%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=28.94%
G=50.32%
B=20.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134233960.4200.590.09103.3675.6964.51
Hex86E9602A03B9674c41
Octal2063511405207311147114101
Binary1000011011101001110000010101001110111001110011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,96); }

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

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

 a { background-color: rgb(134,233,96); }

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

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

 span { border-color: rgb(134,233,96); }

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