#86CE72

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

Shades of Pastel Green #86CE72

Tints of Pastel Green #86CE72

Color information

#86CE72 (or 0x86CE72) is unknown color: approx Pastel Green. HEX triplet: 86, CE and 72. RGB value is (134,206,114). Sum of RGB (Red+Green+Blue) = 134+206+114=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE72 is #79318D. Grayscale: #AEAEAE. Windows color (decimal): -7942542 or 7523974. OLE color: 7523974.

HSL color Cylindrical-coordinate representation of color #86CE72: hue angle of 106.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86CE72 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB134206114-
CMYK0.3500.450.19
HSL106.96º48.42%62.75%-
HSV(B)106.96º44.66%80.78%-
XYZ34.9450.4323.81-
YUV173.9894.1599.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 206 (80.86% from 255) = 45.37%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=29.52%
G=45.37%
B=25.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342061140.3500.450.19106.9648.4262.75
Hex86CE722302D136b303f
Octal20631616243055231536077
Binary100001101100111011100101000110101101100111101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,206,114); }

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

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

 a { background-color: rgb(134,206,114); }

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

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

 span { border-color: rgb(134,206,114); }

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