#86FC8E

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

Shades of Light Green #86FC8E

Tints of Light Green #86FC8E

Color information

#86FC8E (or 0x86FC8E) is unknown color: approx Light Green. HEX triplet: 86, FC and 8E. RGB value is (134,252,142). Sum of RGB (Red+Green+Blue) = 134+252+142=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FC8E is #790371. Grayscale: #CCCCCC. Windows color (decimal): -7930738 or 9370758. OLE color: 9370758.

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

Color convert

RGB134252142-
CMYK0.4700.440.01
HSL124.07º95.16%75.69%-
HSV(B)124.07º46.83%98.82%-
XYZ49.5276.6437.77-
YUV204.1892.9177.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 252 (98.83% from 255) = 47.73%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=25.38%
G=47.73%
B=26.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521420.4700.440.01124.0795.1675.69
Hex86FC8E2F02C17c5f4c
Octal206374216570541174137114
Binary10000110111111001000111010111101011001111110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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