#86F08E

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

Shades of Light Green #86F08E

Tints of Light Green #86F08E

Color information

#86F08E (or 0x86F08E) is unknown color: approx Light Green. HEX triplet: 86, F0 and 8E. RGB value is (134,240,142). Sum of RGB (Red+Green+Blue) = 134+240+142=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #86F08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F08E is #790F71. Grayscale: #C5C5C5. Windows color (decimal): -7933810 or 9367686. OLE color: 9367686.

HSL color Cylindrical-coordinate representation of color #86F08E: hue angle of 124.53º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F08E is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB134240142-
CMYK0.4400.410.06
HSL124.53º77.94%73.33%-
HSV(B)124.53º44.17%94.12%-
XYZ45.8769.3436.56-
YUV197.1396.8882.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 240 (94.14% from 255) = 46.51%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=25.97%
G=46.51%
B=27.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342401420.4400.410.06124.5377.9473.33
Hex86F08E2C02967d4e49
Octal206360216540516175116111
Binary1000011011110000100011101011000101001110111110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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