Html Css Color HEX #A1FD80 Mint Green

📋 copy color: '#A1FD80'

red 161 ◦ green 253 ◦ blue 128

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

Shades of Mint Green #A1FD80

Tints of Mint Green #A1FD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.68%

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

R = 29.7%
G = 46.68%
B = 23.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#A1FD80 (or 0xA1FD80) is known color: Mint Green. HEX triplet: A1, FD and 80. RGB value is (161,253,128). Sum of RGB (Red+Green+Blue) = 161+253+128=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FD80 is #5E027F. Grayscale: #D3D3D3. Windows color (decimal): -6161024 or 8453537. OLE color: 8453537.

HSL color Cylindrical-coordinate representation of color #A1FD80: hue angle of 104.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1FD80 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 128 -
CMYK 0.36 0 0.49 0.01
HSL 104.16º 0.97% 0.75% -
HSV(B) 104.16º 0.49% 0.99% -
XYZ 53.72 79.39 32.91 -
YUV 211.24 81.02 92.16 -
System Red Green Blue C M Y K H S L
Decimal 161 253 128 0.36 0 0.49 0.01 104.16 0.97 0.75
Hex A1 FD 80 24 0 31 1 68 61 4B
Octal 241 375 200 44 0 61 1 150 141 113
Binary 10100001 11111101 10000000 100100 0 110001 1 1101000 1100001 1001011

Color Harmonies of #A1FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD80

Black with #A1FD80

Text Example


Text Example

White with #A1FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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