#86DA7A

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

Shades of Pastel Green #86DA7A

Tints of Pastel Green #86DA7A

Color information

#86DA7A (or 0x86DA7A) is unknown color: approx Pastel Green. HEX triplet: 86, DA and 7A. RGB value is (134,218,122). Sum of RGB (Red+Green+Blue) = 134+218+122=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA7A is #792585. Grayscale: #B6B6B6. Windows color (decimal): -7939462 or 8051334. OLE color: 8051334.

HSL color Cylindrical-coordinate representation of color #86DA7A: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DA7A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB134218122-
CMYK0.3900.440.15
HSL112.5º56.47%66.67%-
HSV(B)112.5º44.04%85.49%-
XYZ38.4256.6227.32-
YUV181.9494.1793.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 218 (85.55% from 255) = 45.99%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=28.27%
G=45.99%
B=25.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181220.3900.440.15112.556.4766.67
Hex86DA7A2702CF703843
Octal206332172470541716070103
Binary100001101101101011110101001110101100111111100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,122); }

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

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

 a { background-color: rgb(134,218,122); }

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

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

 span { border-color: rgb(134,218,122); }

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