#A0FEAB

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

Shades of Mint Green #A0FEAB

Tints of Mint Green #A0FEAB

Color information

#A0FEAB (or 0xA0FEAB) is unknown color: approx Mint Green. HEX triplet: A0, FE and AB. RGB value is (160,254,171). Sum of RGB (Red+Green+Blue) = 160+254+171=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAB is #5F0154. Grayscale: #D8D8D8. Windows color (decimal): -6226261 or 11271840. OLE color: 11271840.

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

Color convert

RGB160254171-
CMYK0.3700.330.00
HSL127.02º97.92%81.18%-
HSV(B)127.02º37.01%99.61%-
XYZ57.2981.351.2-
YUV216.43102.3687.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=27.35%
G=43.42%
B=29.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541710.3700.330.00127.0297.9281.18
HexA0FEAB2502107f6251
Octal240376253450410177142121
Binary10100000111111101010101110010101000010111111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEAB; }

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

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

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

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

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

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

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

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