#86F7AC

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

Shades of Pale Green #86F7AC

Tints of Pale Green #86F7AC

Color information

#86F7AC (or 0x86F7AC) is unknown color: approx Pale Green. HEX triplet: 86, F7 and AC. RGB value is (134,247,172). Sum of RGB (Red+Green+Blue) = 134+247+172=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F7AC is #790853. Grayscale: #CCCCCC. Windows color (decimal): -7931988 or 11335558. OLE color: 11335558.

HSL color Cylindrical-coordinate representation of color #86F7AC: hue angle of 140.18º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7AC is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB134247172-
CMYK0.4600.300.03
HSL140.18º87.6%74.71%-
HSV(B)140.18º45.75%96.86%-
XYZ50.5474.5750.76-
YUV204.66109.5677.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=24.23%
G=44.67%
B=31.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342471720.4600.300.03140.1887.674.71
Hex86F7AC2E01E38c584b
Octal206367254560363214130113
Binary100001101111011110101100101110011110111000110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,247,172); }

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

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

 a { background-color: rgb(134,247,172); }

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

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

 span { border-color: rgb(134,247,172); }

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