#A0FEB2

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

Shades of Mint Green #A0FEB2

Tints of Mint Green #A0FEB2

Color information

#A0FEB2 (or 0xA0FEB2) is unknown color: approx Mint Green. HEX triplet: A0, FE and B2. RGB value is (160,254,178). Sum of RGB (Red+Green+Blue) = 160+254+178=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEB2 is #5F014D. Grayscale: #D9D9D9. Windows color (decimal): -6226254 or 11730592. OLE color: 11730592.

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

Color convert

RGB160254178-
CMYK0.3700.300.00
HSL131.49º97.92%81.18%-
HSV(B)131.49º37.01%99.61%-
XYZ57.9781.5754.81-
YUV217.23105.8687.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.03%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 178 (69.92% from 255) = 30.07%
R=27.03%
G=42.91%
B=30.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541780.3700.300.00131.4997.9281.18
HexA0FEB22501E0836251
Octal240376262450360203142121
Binary10100000111111101011001010010101111001000001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEB2; }

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

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

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

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

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

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

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

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