Html Css Color HEX #86FEAD Mint Green

📋 copy color: '#86FEAD'

red 134 ◦ green 254 ◦ blue 173

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

Shades of Mint Green #86FEAD

Tints of Mint Green #86FEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 23.89%
G = 45.28%
B = 30.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#86FEAD (or 0x86FEAD) is known color: Mint Green. HEX triplet: 86, FE and AD. RGB value is (134,254,173). Sum of RGB (Red+Green+Blue) = 134+254+173=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FEAD is #790152. Grayscale: #D1D1D1. Windows color (decimal): -7930195 or 11402886. OLE color: 11402886.

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

Color convert

RGB 134 254 173 -
CMYK 0.47 0 0.32 0.00
HSL 139.5º 0.98% 0.76% -
HSV(B) 139.5º 0.47% 1% -
XYZ 52.82 78.97 51.99 -
YUV 208.89 107.74 74.59 -
System Red Green Blue C M Y K H S L
Decimal 134 254 173 0.47 0 0.32 0.00 139.5 0.98 0.76
Hex 86 FE AD 2F 0 20 0 8C 62 4C
Octal 206 376 255 57 0 40 0 214 142 114
Binary 10000110 11111110 10101101 101111 0 100000 0 10001100 1100010 1001100

Color Harmonies of #86FEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FEAD

Black with #86FEAD

Text Example


Text Example

White with #86FEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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