#A0FEB4

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

Shades of Mint Green #A0FEB4

Tints of Mint Green #A0FEB4

Color information

#A0FEB4 (or 0xA0FEB4) is unknown color: approx Mint Green. HEX triplet: A0, FE and B4. RGB value is (160,254,180). Sum of RGB (Red+Green+Blue) = 160+254+180=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEB4 is #5F014B. Grayscale: #D9D9D9. Windows color (decimal): -6226252 or 11861664. OLE color: 11861664.

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

Color convert

RGB160254180-
CMYK0.3700.290.00
HSL132.77º97.92%81.18%-
HSV(B)132.77º37.01%99.61%-
XYZ58.1881.6555.87-
YUV217.46106.8687.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.94%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=26.94%
G=42.76%
B=30.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541800.3700.290.00132.7797.9281.18
HexA0FEB42501D0856251
Octal240376264450350205142121
Binary10100000111111101011010010010101110101000010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEB4; }

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

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

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

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

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

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

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

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