#86FC9E

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

Shades of Pale Green #86FC9E

Tints of Pale Green #86FC9E

Color information

#86FC9E (or 0x86FC9E) is unknown color: approx Pale Green. HEX triplet: 86, FC and 9E. RGB value is (134,252,158). Sum of RGB (Red+Green+Blue) = 134+252+158=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FC9E is #790361. Grayscale: #CECECE. Windows color (decimal): -7930722 or 10419334. OLE color: 10419334.

HSL color Cylindrical-coordinate representation of color #86FC9E: hue angle of 132.2º 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 #86FC9E is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB134252158-
CMYK0.4700.370.01
HSL132.2º95.16%75.69%-
HSV(B)132.2º46.83%98.82%-
XYZ50.8177.1644.56-
YUV206100.9176.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=24.63%
G=46.32%
B=29.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521580.4700.370.01132.295.1675.69
Hex86FC9E2F0251845f4c
Octal206374236570451204137114
Binary100001101111110010011110101111010010111000010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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