#86FCA3

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

Shades of Pale Green #86FCA3

Tints of Pale Green #86FCA3

Color information

#86FCA3 (or 0x86FCA3) is unknown color: approx Pale Green. HEX triplet: 86, FC and A3. RGB value is (134,252,163). Sum of RGB (Red+Green+Blue) = 134+252+163=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FCA3 is #79035C. Grayscale: #CECECE. Windows color (decimal): -7930717 or 10747014. OLE color: 10747014.

HSL color Cylindrical-coordinate representation of color #86FCA3: hue angle of 134.75º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCA3 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB134252163-
CMYK0.4700.350.01
HSL134.75º95.16%75.69%-
HSV(B)134.75º46.83%98.82%-
XYZ51.2577.3346.88-
YUV206.57103.4176.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=24.41%
G=45.90%
B=29.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521630.4700.350.01134.7595.1675.69
Hex86FCA32F0231875f4c
Octal206374243570431207137114
Binary100001101111110010100011101111010001111000011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,252,163); }

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

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

 a { background-color: rgb(134,252,163); }

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

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

 span { border-color: rgb(134,252,163); }

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