Html Css Color HEX #86FE9B Mint Green

📋 copy color: '#86FE9B'

red 134 ◦ green 254 ◦ blue 155

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

Shades of Mint Green #86FE9B

Tints of Mint Green #86FE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 24.68%
G = 46.78%
B = 28.55%

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

#86FE9B (or 0x86FE9B) is known color: Mint Green. HEX triplet: 86, FE and 9B. RGB value is (134,254,155). Sum of RGB (Red+Green+Blue) = 134+254+155=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE9B is #790164. Grayscale: #CFCFCF. Windows color (decimal): -7930213 or 10223238. OLE color: 10223238.

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

Color convert

RGB 134 254 155 -
CMYK 0.47 0 0.39 0.00
HSL 130.5º 0.98% 0.76% -
HSV(B) 130.5º 0.47% 1% -
XYZ 51.19 78.32 43.43 -
YUV 206.83 98.74 76.05 -
System Red Green Blue C M Y K H S L
Decimal 134 254 155 0.47 0 0.39 0.00 130.5 0.98 0.76
Hex 86 FE 9B 2F 0 27 0 82 62 4C
Octal 206 376 233 57 0 47 0 202 142 114
Binary 10000110 11111110 10011011 101111 0 100111 0 10000010 1100010 1001100

Color Harmonies of #86FE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FE9B

Black with #86FE9B

Text Example


Text Example

White with #86FE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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