Html Css Color HEX #96FFA0 Mint Green

📋 copy color: '#96FFA0'

red 150 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #96FFA0

Tints of Mint Green #96FFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.32%

R = 26.55%
G = 45.13%
B = 28.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#96FFA0 (or 0x96FFA0) is known color: Mint Green. HEX triplet: 96, FF and A0. RGB value is (150,255,160). Sum of RGB (Red+Green+Blue) = 150+255+160=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFA0 is #69005F. Grayscale: #D5D5D5. Windows color (decimal): -6881376 or 10551190. OLE color: 10551190.

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

Color convert

RGB 150 255 160 -
CMYK 0.41 0 0.37 0
HSL 125.71º 1% 0.79% -
HSV(B) 125.71º 0.41% 1% -
XYZ 54.68 80.54 45.92 -
YUV 212.78 98.21 83.22 -
System Red Green Blue C M Y K H S L
Decimal 150 255 160 0.41 0 0.37 0 125.71 1 0.79
Hex 96 FF A0 29 0 25 0 7E 64 4F
Octal 226 377 240 51 0 45 0 176 144 117
Binary 10010110 11111111 10100000 101001 0 100101 0 1111110 1100100 1001111

Color Harmonies of #96FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFA0

Black with #96FFA0

Text Example


Text Example

White with #96FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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