#A1FE96

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

Shades of Mint Green #A1FE96

Tints of Mint Green #A1FE96

Color information

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

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

Color convert

RGB161254150-
CMYK0.3700.410.00
HSL113.65º98.11%79.22%-
HSV(B)113.65º40.94%99.61%-
XYZ55.6480.6641.49-
YUV214.3491.6989.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541500.3700.410.00113.6598.1179.22
HexA1FE9625029072624f
Octal241376226450510162142117
Binary10100001111111101001011010010101010010111001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FE96; }

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

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

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

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

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

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

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

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