Html Css Color HEX #A1FF80 Mint Green

📋 copy color: '#A1FF80'

red 161 ◦ green 255 ◦ blue 128

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

Shades of Mint Green #A1FF80

Tints of Mint Green #A1FF80

RGB

 RED value IS 161 (63.28% from 255) = 29.6%

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

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 29.6%
G = 46.88%
B = 23.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#A1FF80 (or 0xA1FF80) is known color: Mint Green. HEX triplet: A1, FF and 80. RGB value is (161,255,128). Sum of RGB (Red+Green+Blue) = 161+255+128=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF80 is #5E007F. Grayscale: #D4D4D4. Windows color (decimal): -6160512 or 8454049. OLE color: 8454049.

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

Color convert

RGB 161 255 128 -
CMYK 0.37 0 0.50 0
HSL 104.41º 1% 0.75% -
HSV(B) 104.41º 0.5% 1% -
XYZ 54.35 80.66 33.13 -
YUV 212.42 80.36 91.33 -
System Red Green Blue C M Y K H S L
Decimal 161 255 128 0.37 0 0.50 0 104.41 1 0.75
Hex A1 FF 80 25 0 32 0 68 64 4B
Octal 241 377 200 45 0 62 0 150 144 113
Binary 10100001 11111111 10000000 100101 0 110010 0 1101000 1100100 1001011

Color Harmonies of #A1FF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FF80

Black with #A1FF80

Text Example


Text Example

White with #A1FF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FF80; }

 p { color: rgb(161,255,128); }

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

background-color css

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

 a { background-color: rgb(161,255,128); }

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

border-color css

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

 span { border-color: rgb(161,255,128); }

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