Html Css Color HEX #96FFAD Mint Green

📋 copy color: '#96FFAD'

red 150 ◦ green 255 ◦ blue 173

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

Shades of Mint Green #96FFAD

Tints of Mint Green #96FFAD

RGB

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

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

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

R = 25.95%
G = 44.12%
B = 29.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#96FFAD (or 0x96FFAD) is known color: Mint Green. HEX triplet: 96, FF and AD. RGB value is (150,255,173). Sum of RGB (Red+Green+Blue) = 150+255+173=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFAD is #690052. Grayscale: #D6D6D6. Windows color (decimal): -6881363 or 11403158. OLE color: 11403158.

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

Color convert

RGB 150 255 173 -
CMYK 0.41 0 0.32 0
HSL 133.14º 1% 0.79% -
HSV(B) 133.14º 0.41% 1% -
XYZ 55.88 81.02 52.23 -
YUV 214.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 150 255 173 0.41 0 0.32 0 133.14 1 0.79
Hex 96 FF AD 29 0 20 0 85 64 4F
Octal 226 377 255 51 0 40 0 205 144 117
Binary 10010110 11111111 10101101 101001 0 100000 0 10000101 1100100 1001111

Color Harmonies of #96FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFAD

Black with #96FFAD

Text Example


Text Example

White with #96FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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