#86E78F

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

Shades of Light Green #86E78F

Tints of Light Green #86E78F

Color information

#86E78F (or 0x86E78F) is unknown color: approx Light Green. HEX triplet: 86, E7 and 8F. RGB value is (134,231,143). Sum of RGB (Red+Green+Blue) = 134+231+143=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #86E78F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E78F is #791870. Grayscale: #C0C0C0. Windows color (decimal): -7936113 or 9430918. OLE color: 9430918.

HSL color Cylindrical-coordinate representation of color #86E78F: hue angle of 125.57º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E78F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB134231143-
CMYK0.4200.380.09
HSL125.57º66.9%71.57%-
HSV(B)125.57º41.99%90.59%-
XYZ43.3764.236.09-
YUV191.96100.3686.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 231 (90.62% from 255) = 45.47%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=26.38%
G=45.47%
B=28.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342311430.4200.380.09125.5766.971.57
Hex86E78F2A02697e4348
Octal2063472175204611176103110
Binary10000110111001111000111110101001001101001111111010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,143); }

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

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

 a { background-color: rgb(134,231,143); }

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

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

 span { border-color: rgb(134,231,143); }

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