Html Css Color HEX #86FF9C Mint Green

📋 copy color: '#86FF9C'

red 134 ◦ green 255 ◦ blue 156

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

Shades of Mint Green #86FF9C

Tints of Mint Green #86FF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 24.59%
G = 46.79%
B = 28.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#86FF9C (or 0x86FF9C) is known color: Mint Green. HEX triplet: 86, FF and 9C. RGB value is (134,255,156). Sum of RGB (Red+Green+Blue) = 134+255+156=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF9C is #790063. Grayscale: #CFCFCF. Windows color (decimal): -7929956 or 10289030. OLE color: 10289030.

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

Color convert

RGB 134 255 156 -
CMYK 0.47 0 0.39 0
HSL 130.91º 1% 0.76% -
HSV(B) 130.91º 0.47% 1% -
XYZ 51.59 78.99 43.98 -
YUV 207.54 98.91 75.55 -
System Red Green Blue C M Y K H S L
Decimal 134 255 156 0.47 0 0.39 0 130.91 1 0.76
Hex 86 FF 9C 2F 0 27 0 83 64 4C
Octal 206 377 234 57 0 47 0 203 144 114
Binary 10000110 11111111 10011100 101111 0 100111 0 10000011 1100100 1001100

Color Harmonies of #86FF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF9C

Black with #86FF9C

Text Example


Text Example

White with #86FF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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