#86FE9E

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

Shades of Mint Green #86FE9E

Tints of Mint Green #86FE9E

Color information

#86FE9E (or 0x86FE9E) is unknown color: approx Mint Green. HEX triplet: 86, FE and 9E. RGB value is (134,254,158). Sum of RGB (Red+Green+Blue) = 134+254+158=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE9E is #790161. Grayscale: #CFCFCF. Windows color (decimal): -7930210 or 10419846. OLE color: 10419846.

HSL color Cylindrical-coordinate representation of color #86FE9E: hue angle of 132º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE9E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB134254158-
CMYK0.4700.380.00
HSL132º98.36%76.08%-
HSV(B)132º47.24%99.61%-
XYZ51.4478.4244.77-
YUV207.18100.2475.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=24.54%
G=46.52%
B=28.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541580.4700.380.0013298.3676.08
Hex86FE9E2F026084624c
Octal206376236570460204142114
Binary100001101111111010011110101111010011001000010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,158); }

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

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

 a { background-color: rgb(134,254,158); }

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

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

 span { border-color: rgb(134,254,158); }

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