#86E979

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

Shades of Pastel Green #86E979

Tints of Pastel Green #86E979

Color information

#86E979 (or 0x86E979) is unknown color: approx Pastel Green. HEX triplet: 86, E9 and 79. RGB value is (134,233,121). Sum of RGB (Red+Green+Blue) = 134+233+121=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #86E979 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E979 is #791686. Grayscale: #BEBEBE. Windows color (decimal): -7935623 or 7989638. OLE color: 7989638.

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

Color convert

RGB134233121-
CMYK0.4200.480.09
HSL113.04º71.79%69.41%-
HSV(B)113.04º48.07%91.37%-
XYZ42.4264.7328.35-
YUV190.6388.787.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 233 (91.41% from 255) = 47.75%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=27.46%
G=47.75%
B=24.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331210.4200.480.09113.0471.7969.41
Hex86E9792A0309714845
Octal2063511715206011161110105
Binary1000011011101001111100110101001100001001111000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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