Html Css Color HEX #86FFAC Mint Green

📋 copy color: '#86FFAC'

red 134 ◦ green 255 ◦ blue 172

#86FFAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #86FFAC

Tints of Mint Green #86FFAC

RGB

 RED value IS 134 (52.73% from 255) = 23.89%

 GREEN value IS 255 (100% from 255) = 45.45%

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 23.89%
G = 45.45%
B = 30.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#86FFAC (or 0x86FFAC) is known color: Mint Green. HEX triplet: 86, FF and AC. RGB value is (134,255,172). Sum of RGB (Red+Green+Blue) = 134+255+172=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFAC is #790053. Grayscale: #D1D1D1. Windows color (decimal): -7929940 or 11337606. OLE color: 11337606.

HSL color Cylindrical-coordinate representation of color #86FFAC: hue angle of 138.84º 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 #86FFAC is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 172 -
CMYK 0.47 0 0.33 0
HSL 138.84º 1% 0.76% -
HSV(B) 138.84º 0.47% 1% -
XYZ 53.04 79.57 51.59 -
YUV 209.36 106.91 74.25 -
System Red Green Blue C M Y K H S L
Decimal 134 255 172 0.47 0 0.33 0 138.84 1 0.76
Hex 86 FF AC 2F 0 21 0 8B 64 4C
Octal 206 377 254 57 0 41 0 213 144 114
Binary 10000110 11111111 10101100 101111 0 100001 0 10001011 1100100 1001100

Color Harmonies of #86FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FFAC

Black with #86FFAC

Text Example


Text Example

White with #86FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86FFAC;
 }
 .AnyTagClassName
 {
   color: #86FFAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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