Html Css Color HEX #A0FFA9 Mint Green

📋 copy color: '#A0FFA9'

red 160 ◦ green 255 ◦ blue 169

#A0FFA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #A0FFA9

Tints of Mint Green #A0FFA9

RGB

 RED value IS 160 (62.89% from 255) = 27.4%

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 169 (66.41% from 255) = 28.94%

R = 27.4%
G = 43.66%
B = 28.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#A0FFA9 (or 0xA0FFA9) is known color: Mint Green. HEX triplet: A0, FF and A9. RGB value is (160,255,169). Sum of RGB (Red+Green+Blue) = 160+255+169=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA9 is #5F0056. Grayscale: #D9D9D9. Windows color (decimal): -6226007 or 11141024. OLE color: 11141024.

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

Color convert

RGB 160 255 169 -
CMYK 0.37 0 0.34 0
HSL 125.68º 1% 0.81% -
HSV(B) 125.68º 0.37% 1% -
XYZ 57.42 81.86 50.31 -
YUV 216.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 160 255 169 0.37 0 0.34 0 125.68 1 0.81
Hex A0 FF A9 25 0 22 0 7E 64 51
Octal 240 377 251 45 0 42 0 176 144 121
Binary 10100000 11111111 10101001 100101 0 100010 0 1111110 1100100 1010001

Color Harmonies of #A0FFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFA9

Black with #A0FFA9

Text Example


Text Example

White with #A0FFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFA9; }

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

 H1.HeaderClassName
 {
   color: #A0FFA9;
 }
 .AnyTagClassName
 {
   color: #A0FFA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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