#86F6AB

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

Shades of Pale Green #86F6AB

Tints of Pale Green #86F6AB

Color information

#86F6AB (or 0x86F6AB) is unknown color: approx Pale Green. HEX triplet: 86, F6 and AB. RGB value is (134,246,171). Sum of RGB (Red+Green+Blue) = 134+246+171=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F6AB is #790954. Grayscale: #CCCCCC. Windows color (decimal): -7932245 or 11269766. OLE color: 11269766.

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

Color convert

RGB134246171-
CMYK0.4600.300.04
HSL139.82º86.15%74.51%-
HSV(B)139.82º45.53%96.47%-
XYZ50.1473.9250.15-
YUV203.96109.3978.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.32%
GREEN value IS 246 (96.48% from 255) = 44.65%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=24.32%
G=44.65%
B=31.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342461710.4600.300.04139.8286.1574.51
Hex86F6AB2E01E48c564b
Octal206366253560364214126113
Binary1000011011110110101010111011100111101001000110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,171); }

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

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

 a { background-color: rgb(134,246,171); }

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

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

 span { border-color: rgb(134,246,171); }

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