#86C69F

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

Shades of Summer Green #86C69F

Tints of Summer Green #86C69F

Color information

#86C69F (or 0x86C69F) is unknown color: approx Summer Green. HEX triplet: 86, C6 and 9F. RGB value is (134,198,159). Sum of RGB (Red+Green+Blue) = 134+198+159=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #86C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C69F is #793960. Grayscale: #AEAEAE. Windows color (decimal): -7944545 or 10471046. OLE color: 10471046.

HSL color Cylindrical-coordinate representation of color #86C69F: hue angle of 143.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C69F is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB134198159-
CMYK0.3200.200.22
HSL143.44º35.96%65.1%-
HSV(B)143.44º32.32%77.65%-
XYZ36.2847.9640.15-
YUV174.42119.399.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=27.29%
G=40.33%
B=32.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341981590.3200.200.22143.4435.9665.1
Hex86C69F20014168f2441
Octal206306237400242621744101
Binary10000110110001101001111110000001010010110100011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,198,159); }

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

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

 a { background-color: rgb(134,198,159); }

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

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

 span { border-color: rgb(134,198,159); }

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