#86FD96

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

Shades of Mint Green #86FD96

Tints of Mint Green #86FD96

Color information

#86FD96 (or 0x86FD96) is unknown color: approx Mint Green. HEX triplet: 86, FD and 96. RGB value is (134,253,150). Sum of RGB (Red+Green+Blue) = 134+253+150=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FD96 is #790269. Grayscale: #CDCDCD. Windows color (decimal): -7930474 or 9895302. OLE color: 9895302.

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

Color convert

RGB134253150-
CMYK0.4700.410.01
HSL128.07º96.75%75.88%-
HSV(B)128.07º47.04%99.22%-
XYZ50.4677.5241.16-
YUV205.6896.5876.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=24.95%
G=47.11%
B=27.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342531500.4700.410.01128.0796.7575.88
Hex86FD962F029180614c
Octal206375226570511200141114
Binary100001101111110110010110101111010100111000000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,253,150); }

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

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

 a { background-color: rgb(134,253,150); }

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

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

 span { border-color: rgb(134,253,150); }

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