#86D770

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

Shades of Pastel Green #86D770

Tints of Pastel Green #86D770

Color information

#86D770 (or 0x86D770) is unknown color: approx Pastel Green. HEX triplet: 86, D7 and 70. RGB value is (134,215,112). Sum of RGB (Red+Green+Blue) = 134+215+112=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #86D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D770 is #79288F. Grayscale: #B3B3B3. Windows color (decimal): -7940240 or 7395206. OLE color: 7395206.

HSL color Cylindrical-coordinate representation of color #86D770: hue angle of 107.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86D770 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB134215112-
CMYK0.3800.480.16
HSL107.18º56.28%64.12%-
HSV(B)107.18º47.91%84.31%-
XYZ37.0654.8423.96-
YUV179.0490.1695.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 215 (84.38% from 255) = 46.64%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=29.07%
G=46.64%
B=24.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342151120.3800.480.16107.1856.2864.12
Hex86D77026030106b3840
Octal206327160460602015370100
Binary1000011011010111111000010011001100001000011010111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,215,112); }

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

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

 a { background-color: rgb(134,215,112); }

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

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

 span { border-color: rgb(134,215,112); }

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