Html Css Color HEX #86FF9D Mint Green

📋 copy color: '#86FF9D'

red 134 ◦ green 255 ◦ blue 157

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

Shades of Mint Green #86FF9D

Tints of Mint Green #86FF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 24.54%
G = 46.7%
B = 28.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#86FF9D (or 0x86FF9D) is known color: Mint Green. HEX triplet: 86, FF and 9D. RGB value is (134,255,157). Sum of RGB (Red+Green+Blue) = 134+255+157=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF9D is #790062. Grayscale: #CFCFCF. Windows color (decimal): -7929955 or 10354566. OLE color: 10354566.

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

Color convert

RGB 134 255 157 -
CMYK 0.47 0 0.38 0
HSL 131.41º 1% 0.76% -
HSV(B) 131.41º 0.47% 1% -
XYZ 51.68 79.02 44.43 -
YUV 207.65 99.41 75.47 -
System Red Green Blue C M Y K H S L
Decimal 134 255 157 0.47 0 0.38 0 131.41 1 0.76
Hex 86 FF 9D 2F 0 26 0 83 64 4C
Octal 206 377 235 57 0 46 0 203 144 114
Binary 10000110 11111111 10011101 101111 0 100110 0 10000011 1100100 1001100

Color Harmonies of #86FF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF9D

Black with #86FF9D

Text Example


Text Example

White with #86FF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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