#a0fea3

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

Shades of Mint Green #A0FEA3

Tints of Mint Green #A0FEA3

Color information

#A0FEA3 (or 0xA0FEA3) is unknown color: approx Mint Green. HEX triplet: A0, FE and A3. RGB value is (160,254,163). Sum of RGB (Red+Green+Blue) = 160+254+163=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEA3 is #5F015C. Grayscale: #D7D7D7. Windows color (decimal): -6226269 or 10747552. OLE color: 10747552.

HSL color Cylindrical-coordinate representation of color #A0FEA3: hue angle of 121.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEA3 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB160254163-
CMYK0.3700.360.00
HSL121.91º97.92%81.18%-
HSV(B)121.91º37.01%99.61%-
XYZ56.558147.3-
YUV215.5298.3688.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 163 (64.06% from 255) = 28.25%
R=27.73%
G=44.02%
B=28.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541630.3700.360.00121.9197.9281.18
HexA0FEA32502407a6251
Octal240376243450440172142121
Binary10100000111111101010001110010101001000111101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0fea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0fea3; }

 p { color: rgb(160,254,163); }

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

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

 a { background-color: rgb(160,254,163); }

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

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

 span { border-color: rgb(160,254,163); }

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