#86FF99

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

Shades of Mint Green #86FF99

Tints of Mint Green #86FF99

Color information

#86FF99 (or 0x86FF99) is unknown color: approx Mint Green. HEX triplet: 86, FF and 99. RGB value is (134,255,153). Sum of RGB (Red+Green+Blue) = 134+255+153=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF99 is #790066. Grayscale: #CFCFCF. Windows color (decimal): -7929959 or 10092422. OLE color: 10092422.

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

Color convert

RGB134255153-
CMYK0.4700.40
HSL129.42º100%76.27%-
HSV(B)129.42º47.45%100%-
XYZ51.3478.8942.66-
YUV207.1997.4175.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=24.72%
G=47.05%
B=28.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342551530.4700.40129.4210076.27
Hex86FF992F028081644c
Octal206377231570500201144114
Binary100001101111111110011001101111010100001000000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,255,153); }

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

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

 a { background-color: rgb(134,255,153); }

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

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

 span { border-color: rgb(134,255,153); }

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