#A0FEA6

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

Shades of Mint Green #A0FEA6

Tints of Mint Green #A0FEA6

Color information

#A0FEA6 (or 0xA0FEA6) is unknown color: approx Mint Green. HEX triplet: A0, FE and A6. RGB value is (160,254,166). Sum of RGB (Red+Green+Blue) = 160+254+166=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEA6 is #5F0159. Grayscale: #D8D8D8. Windows color (decimal): -6226266 or 10944160. OLE color: 10944160.

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

Color convert

RGB160254166-
CMYK0.3700.350.00
HSL123.83º97.92%81.18%-
HSV(B)123.83º37.01%99.61%-
XYZ56.8281.1148.74-
YUV215.8699.8688.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 166 (65.23% from 255) = 28.62%
R=27.59%
G=43.79%
B=28.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541660.3700.350.00123.8397.9281.18
HexA0FEA62502307c6251
Octal240376246450430174142121
Binary10100000111111101010011010010101000110111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEA6; }

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

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

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

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

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

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

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

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