Html Css Color HEX #96FEA9 Mint Green

📋 copy color: '#96FEA9'

red 150 ◦ green 254 ◦ blue 169

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

Shades of Mint Green #96FEA9

Tints of Mint Green #96FEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.49%

R = 26.18%
G = 44.33%
B = 29.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#96FEA9 (or 0x96FEA9) is known color: Mint Green. HEX triplet: 96, FE and A9. RGB value is (150,254,169). Sum of RGB (Red+Green+Blue) = 150+254+169=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FEA9 is #690156. Grayscale: #D5D5D5. Windows color (decimal): -6881623 or 11140758. OLE color: 11140758.

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

Color convert

RGB 150 254 169 -
CMYK 0.41 0 0.33 0.00
HSL 130.96º 0.98% 0.79% -
HSV(B) 130.96º 0.41% 1% -
XYZ 55.18 80.23 50.11 -
YUV 213.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 150 254 169 0.41 0 0.33 0.00 130.96 0.98 0.79
Hex 96 FE A9 29 0 21 0 83 62 4F
Octal 226 376 251 51 0 41 0 203 142 117
Binary 10010110 11111110 10101001 101001 0 100001 0 10000011 1100010 1001111

Color Harmonies of #96FEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEA9

Black with #96FEA9

Text Example


Text Example

White with #96FEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,169); }

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

background-color css

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

 a { background-color: rgb(150,254,169); }

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

border-color css

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

 span { border-color: rgb(150,254,169); }

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