#96FEB9

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

Shades of Magic Mint #96FEB9

Tints of Magic Mint #96FEB9

Color information

#96FEB9 (or 0x96FEB9) is unknown color: approx Magic Mint. HEX triplet: 96, FE and B9. RGB value is (150,254,185). Sum of RGB (Red+Green+Blue) = 150+254+185=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEB9 is #690146. Grayscale: #D7D7D7. Windows color (decimal): -6881607 or 12189334. OLE color: 12189334.

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

Color convert

RGB150254185-
CMYK0.4100.270.00
HSL140.19º98.11%79.22%-
HSV(B)140.19º40.94%99.61%-
XYZ56.7880.8758.52-
YUV215.04111.0481.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.47%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=25.47%
G=43.12%
B=31.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541850.4100.270.00140.1998.1179.22
Hex96FEB92901B08c624f
Octal226376271510330214142117
Binary10010110111111101011100110100101101101000110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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