#A0FF9E

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

Shades of Mint Green #A0FF9E

Tints of Mint Green #A0FF9E

Color information

#A0FF9E (or 0xA0FF9E) is unknown color: approx Mint Green. HEX triplet: A0, FF and 9E. RGB value is (160,255,158). Sum of RGB (Red+Green+Blue) = 160+255+158=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF9E is #5F0061. Grayscale: #D7D7D7. Windows color (decimal): -6226018 or 10420128. OLE color: 10420128.

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

Color convert

RGB160255158-
CMYK0.3700.380
HSL118.76º100%80.98%-
HSV(B)118.76º38.04%100%-
XYZ56.4381.4645.1-
YUV215.5495.5388.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=27.92%
G=44.50%
B=27.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551580.3700.380118.7610080.98
HexA0FF9E250260776451
Octal240377236450460167144121
Binary10100000111111111001111010010101001100111011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF9E; }

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

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

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

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

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

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

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

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