#86FC9A

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

Shades of Pale Green #86FC9A

Tints of Pale Green #86FC9A

Color information

#86FC9A (or 0x86FC9A) is unknown color: approx Pale Green. HEX triplet: 86, FC and 9A. RGB value is (134,252,154). Sum of RGB (Red+Green+Blue) = 134+252+154=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FC9A is #790365. Grayscale: #CDCDCD. Windows color (decimal): -7930726 or 10157190. OLE color: 10157190.

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

Color convert

RGB134252154-
CMYK0.4700.390.01
HSL130.17º95.16%75.69%-
HSV(B)130.17º46.83%98.82%-
XYZ50.4777.0242.78-
YUV205.5598.9176.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 252 (98.83% from 255) = 46.67%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=24.81%
G=46.67%
B=28.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521540.4700.390.01130.1795.1675.69
Hex86FC9A2F0271825f4c
Octal206374232570471202137114
Binary100001101111110010011010101111010011111000001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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