#96FEB4

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

Shades of Mint Green #96FEB4

Tints of Mint Green #96FEB4

Color information

#96FEB4 (or 0x96FEB4) is unknown color: approx Mint Green. HEX triplet: 96, FE and B4. RGB value is (150,254,180). Sum of RGB (Red+Green+Blue) = 150+254+180=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEB4 is #69014B. Grayscale: #D6D6D6. Windows color (decimal): -6881612 or 11861654. OLE color: 11861654.

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

Color convert

RGB150254180-
CMYK0.4100.290.00
HSL137.31º98.11%79.22%-
HSV(B)137.31º40.94%99.61%-
XYZ56.2680.6655.78-
YUV214.47108.5482.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.68%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=25.68%
G=43.49%
B=30.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541800.4100.290.00137.3198.1179.22
Hex96FEB42901D089624f
Octal226376264510350211142117
Binary10010110111111101011010010100101110101000100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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