Html Css Color HEX #A0FFAD Mint Green

📋 copy color: '#A0FFAD'

red 160 ◦ green 255 ◦ blue 173

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

Shades of Mint Green #A0FFAD

Tints of Mint Green #A0FFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.42%

R = 27.21%
G = 43.37%
B = 29.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#A0FFAD (or 0xA0FFAD) is known color: Mint Green. HEX triplet: A0, FF and AD. RGB value is (160,255,173). Sum of RGB (Red+Green+Blue) = 160+255+173=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAD is #5F0052. Grayscale: #D9D9D9. Windows color (decimal): -6226003 or 11403168. OLE color: 11403168.

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

Color convert

RGB 160 255 173 -
CMYK 0.37 0 0.32 0
HSL 128.21º 1% 0.81% -
HSV(B) 128.21º 0.37% 1% -
XYZ 57.8 82.01 52.32 -
YUV 217.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 160 255 173 0.37 0 0.32 0 128.21 1 0.81
Hex A0 FF AD 25 0 20 0 80 64 51
Octal 240 377 255 45 0 40 0 200 144 121
Binary 10100000 11111111 10101101 100101 0 100000 0 10000000 1100100 1010001

Color Harmonies of #A0FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFAD

Black with #A0FFAD

Text Example


Text Example

White with #A0FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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