#96FEA1

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

Shades of Mint Green #96FEA1

Tints of Mint Green #96FEA1

Color information

#96FEA1 (or 0x96FEA1) is unknown color: approx Mint Green. HEX triplet: 96, FE and A1. RGB value is (150,254,161). Sum of RGB (Red+Green+Blue) = 150+254+161=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FEA1 is #69015E. Grayscale: #D4D4D4. Windows color (decimal): -6881631 or 10616470. OLE color: 10616470.

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

Color convert

RGB150254161-
CMYK0.4100.370.00
HSL126.35º98.11%79.22%-
HSV(B)126.35º40.94%99.61%-
XYZ54.4579.9446.28-
YUV212.399.0483.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=26.55%
G=44.96%
B=28.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541610.4100.370.00126.3598.1179.22
Hex96FEA12902507e624f
Octal226376241510450176142117
Binary10010110111111101010000110100101001010111111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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