Html Css Color HEX #A0FFAC Mint Green

📋 copy color: '#A0FFAC'

red 160 ◦ green 255 ◦ blue 172

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

Shades of Mint Green #A0FFAC

Tints of Mint Green #A0FFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.3%

R = 27.26%
G = 43.44%
B = 29.3%

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

#A0FFAC (or 0xA0FFAC) is known color: Mint Green. HEX triplet: A0, FF and AC. RGB value is (160,255,172). Sum of RGB (Red+Green+Blue) = 160+255+172=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAC is #5F0053. Grayscale: #D9D9D9. Windows color (decimal): -6226004 or 11337632. OLE color: 11337632.

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

Color convert

RGB 160 255 172 -
CMYK 0.37 0 0.33 0
HSL 127.58º 1% 0.81% -
HSV(B) 127.58º 0.37% 1% -
XYZ 57.7 81.97 51.81 -
YUV 217.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 160 255 172 0.37 0 0.33 0 127.58 1 0.81
Hex A0 FF AC 25 0 21 0 80 64 51
Octal 240 377 254 45 0 41 0 200 144 121
Binary 10100000 11111111 10101100 100101 0 100001 0 10000000 1100100 1010001

Color Harmonies of #A0FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFAC

Black with #A0FFAC

Text Example


Text Example

White with #A0FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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