#A0FEAF

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

Shades of Mint Green #A0FEAF

Tints of Mint Green #A0FEAF

Color information

#A0FEAF (or 0xA0FEAF) is unknown color: approx Mint Green. HEX triplet: A0, FE and AF. RGB value is (160,254,175). Sum of RGB (Red+Green+Blue) = 160+254+175=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAF is #5F0150. Grayscale: #D9D9D9. Windows color (decimal): -6226257 or 11533984. OLE color: 11533984.

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

Color convert

RGB160254175-
CMYK0.3700.310.00
HSL129.57º97.92%81.18%-
HSV(B)129.57º37.01%99.61%-
XYZ57.6881.4553.24-
YUV216.89104.3687.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=27.16%
G=43.12%
B=29.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541750.3700.310.00129.5797.9281.18
HexA0FEAF2501F0826251
Octal240376257450370202142121
Binary10100000111111101010111110010101111101000001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEAF; }

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

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

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

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

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

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

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

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