Html Css Color HEX #96FFAC Mint Green

📋 copy color: '#96FFAC'

red 150 ◦ green 255 ◦ blue 172

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

Shades of Mint Green #96FFAC

Tints of Mint Green #96FFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 26%
G = 44.19%
B = 29.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#96FFAC (or 0x96FFAC) is known color: Mint Green. HEX triplet: 96, FF and AC. RGB value is (150,255,172). Sum of RGB (Red+Green+Blue) = 150+255+172=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFAC is #690053. Grayscale: #D6D6D6. Windows color (decimal): -6881364 or 11337622. OLE color: 11337622.

HSL color Cylindrical-coordinate representation of color #96FFAC: hue angle of 132.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFAC is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 172 -
CMYK 0.41 0 0.33 0
HSL 132.57º 1% 0.79% -
HSV(B) 132.57º 0.41% 1% -
XYZ 55.78 80.98 51.72 -
YUV 214.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 150 255 172 0.41 0 0.33 0 132.57 1 0.79
Hex 96 FF AC 29 0 21 0 85 64 4F
Octal 226 377 254 51 0 41 0 205 144 117
Binary 10010110 11111111 10101100 101001 0 100001 0 10000101 1100100 1001111

Color Harmonies of #96FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFAC

Black with #96FFAC

Text Example


Text Example

White with #96FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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