#86FA8B

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

Shades of Light Green #86FA8B

Tints of Light Green #86FA8B

Color information

#86FA8B (or 0x86FA8B) is unknown color: approx Light Green. HEX triplet: 86, FA and 8B. RGB value is (134,250,139). Sum of RGB (Red+Green+Blue) = 134+250+139=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA8B is #790574. Grayscale: #CACACA. Windows color (decimal): -7931253 or 9173638. OLE color: 9173638.

HSL color Cylindrical-coordinate representation of color #86FA8B: hue angle of 122.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FA8B is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB134250139-
CMYK0.4600.440.02
HSL122.59º92.06%75.29%-
HSV(B)122.59º46.4%98.04%-
XYZ48.6875.336.4-
YUV202.6692.0779.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 250 (98.05% from 255) = 47.80%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=25.62%
G=47.80%
B=26.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501390.4600.440.02122.5992.0675.29
Hex86FA8B2E02C27b5c4b
Octal206372213560542173134113
Binary100001101111101010001011101110010110010111101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,139); }

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

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

 a { background-color: rgb(134,250,139); }

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

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

 span { border-color: rgb(134,250,139); }

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