Html Css Color HEX #A0FFAA Mint Green

📋 copy color: '#A0FFAA'

red 160 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #A0FFAA

Tints of Mint Green #A0FFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 27.35%
G = 43.59%
B = 29.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#A0FFAA (or 0xA0FFAA) is known color: Mint Green. HEX triplet: A0, FF and AA. RGB value is (160,255,170). Sum of RGB (Red+Green+Blue) = 160+255+170=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAA is #5F0055. Grayscale: #D9D9D9. Windows color (decimal): -6226006 or 11206560. OLE color: 11206560.

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

Color convert

RGB 160 255 170 -
CMYK 0.37 0 0.33 0
HSL 126.32º 1% 0.81% -
HSV(B) 126.32º 0.37% 1% -
XYZ 57.51 81.9 50.81 -
YUV 216.91 101.53 87.41 -
System Red Green Blue C M Y K H S L
Decimal 160 255 170 0.37 0 0.33 0 126.32 1 0.81
Hex A0 FF AA 25 0 21 0 7E 64 51
Octal 240 377 252 45 0 41 0 176 144 121
Binary 10100000 11111111 10101010 100101 0 100001 0 1111110 1100100 1010001

Color Harmonies of #A0FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFAA

Black with #A0FFAA

Text Example


Text Example

White with #A0FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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