Html Css Color HEX #86FE9C Mint Green

📋 copy color: '#86FE9C'

red 134 ◦ green 254 ◦ blue 156

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

Shades of Mint Green #86FE9C

Tints of Mint Green #86FE9C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.69%

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

R = 24.63%
G = 46.69%
B = 28.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#86FE9C (or 0x86FE9C) is known color: Mint Green. HEX triplet: 86, FE and 9C. RGB value is (134,254,156). Sum of RGB (Red+Green+Blue) = 134+254+156=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE9C is #790163. Grayscale: #CFCFCF. Windows color (decimal): -7930212 or 10288774. OLE color: 10288774.

HSL color Cylindrical-coordinate representation of color #86FE9C: hue angle of 131º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE9C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 254 156 -
CMYK 0.47 0 0.39 0.00
HSL 131º 0.98% 0.76% -
HSV(B) 131º 0.47% 1% -
XYZ 51.27 78.35 43.87 -
YUV 206.95 99.24 75.97 -
System Red Green Blue C M Y K H S L
Decimal 134 254 156 0.47 0 0.39 0.00 131 0.98 0.76
Hex 86 FE 9C 2F 0 27 0 83 62 4C
Octal 206 376 234 57 0 47 0 203 142 114
Binary 10000110 11111110 10011100 101111 0 100111 0 10000011 1100010 1001100

Color Harmonies of #86FE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FE9C

Black with #86FE9C

Text Example


Text Example

White with #86FE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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