Html Css Color HEX #86FF96 Mint Green

📋 copy color: '#86FF96'

red 134 ◦ green 255 ◦ blue 150

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

Shades of Mint Green #86FF96

Tints of Mint Green #86FF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 24.86%
G = 47.31%
B = 27.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#86FF96 (or 0x86FF96) is known color: Mint Green. HEX triplet: 86, FF and 96. RGB value is (134,255,150). Sum of RGB (Red+Green+Blue) = 134+255+150=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF96 is #790069. Grayscale: #CFCFCF. Windows color (decimal): -7929962 or 9895814. OLE color: 9895814.

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

Color convert

RGB 134 255 150 -
CMYK 0.47 0 0.41 0
HSL 127.93º 1% 0.76% -
HSV(B) 127.93º 0.47% 1% -
XYZ 51.1 78.79 41.37 -
YUV 206.85 95.91 76.04 -
System Red Green Blue C M Y K H S L
Decimal 134 255 150 0.47 0 0.41 0 127.93 1 0.76
Hex 86 FF 96 2F 0 29 0 80 64 4C
Octal 206 377 226 57 0 51 0 200 144 114
Binary 10000110 11111111 10010110 101111 0 101001 0 10000000 1100100 1001100

Color Harmonies of #86FF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF96

Black with #86FF96

Text Example


Text Example

White with #86FF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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