#96FFA2

Color #96FFA2 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #96FFA2

Tints of Mint Green #96FFA2

Color information

#96FFA2 (or 0x96FFA2) is unknown color: approx Mint Green. HEX triplet: 96, FF and A2. RGB value is (150,255,162). Sum of RGB (Red+Green+Blue) = 150+255+162=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFA2 is #69005D. Grayscale: #D5D5D5. Windows color (decimal): -6881374 or 10682262. OLE color: 10682262.

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

Color convert

RGB150255162-
CMYK0.4100.360
HSL126.86º100%79.41%-
HSV(B)126.86º41.18%100%-
XYZ54.8680.6146.85-
YUV21399.2183.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 162 (63.67% from 255) = 28.57%
R=26.46%
G=44.97%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551620.4100.360126.8610079.41
Hex96FFA22902407f644f
Octal226377242510440177144117
Binary10010110111111111010001010100101001000111111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96FFA2;
 }
 .AnyTagClassName
 {
   color: #96FFA2;
 }
</style>
background-color css

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

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

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

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

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

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