#A0FF8A

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

Shades of Mint Green #A0FF8A

Tints of Mint Green #A0FF8A

Color information

#A0FF8A (or 0xA0FF8A) is unknown color: approx Mint Green. HEX triplet: A0, FF and 8A. RGB value is (160,255,138). Sum of RGB (Red+Green+Blue) = 160+255+138=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF8A is #5F0075. Grayscale: #D5D5D5. Windows color (decimal): -6226038 or 9109408. OLE color: 9109408.

HSL color Cylindrical-coordinate representation of color #A0FF8A: hue angle of 108.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0FF8A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB160255138-
CMYK0.3700.460
HSL108.72º100%77.06%-
HSV(B)108.72º45.88%100%-
XYZ54.8480.8336.76-
YUV213.2685.5390.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=28.93%
G=46.11%
B=24.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551380.3700.460108.7210077.06
HexA0FF8A2502E06d644d
Octal240377212450560155144115
Binary10100000111111111000101010010101011100110110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF8A; }

 p { color: rgb(160,255,138); }

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

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

 a { background-color: rgb(160,255,138); }

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

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

 span { border-color: rgb(160,255,138); }

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