Html Css Color HEX #96FF86 Mint Green

📋 copy color: '#96FF86'

red 150 ◦ green 255 ◦ blue 134

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

Shades of Mint Green #96FF86

Tints of Mint Green #96FF86

RGB

 RED value IS 150 (58.98% from 255) = 27.83%

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

 BLUE value IS 134 (52.73% from 255) = 24.86%

R = 27.83%
G = 47.31%
B = 24.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#96FF86 (or 0x96FF86) is known color: Mint Green. HEX triplet: 96, FF and 86. RGB value is (150,255,134). Sum of RGB (Red+Green+Blue) = 150+255+134=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF86 is #690079. Grayscale: #D2D2D2. Windows color (decimal): -6881402 or 8847254. OLE color: 8847254.

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

Color convert

RGB 150 255 134 -
CMYK 0.41 0 0.47 0
HSL 112.07º 1% 0.76% -
HSV(B) 112.07º 0.47% 1% -
XYZ 52.64 79.73 35.17 -
YUV 209.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 150 255 134 0.41 0 0.47 0 112.07 1 0.76
Hex 96 FF 86 29 0 2F 0 70 64 4C
Octal 226 377 206 51 0 57 0 160 144 114
Binary 10010110 11111111 10000110 101001 0 101111 0 1110000 1100100 1001100

Color Harmonies of #96FF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF86

Black with #96FF86

Text Example


Text Example

White with #96FF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FF86; }

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

 H1.HeaderClassName
 {
   color: #96FF86;
 }
 .AnyTagClassName
 {
   color: #96FF86;
 }
</style>

background-color css

<style>
 a { background-color: #96FF86; }

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

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

border-color css

<style>
 span { border-color: #96FF86; }

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

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