Html Css Color HEX #A2FF80 Mint Green

📋 copy color: '#A2FF80'

red 162 ◦ green 255 ◦ blue 128

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

Shades of Mint Green #A2FF80

Tints of Mint Green #A2FF80

RGB

 RED value IS 162 (63.67% from 255) = 29.72%

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

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

R = 29.72%
G = 46.79%
B = 23.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#A2FF80 (or 0xA2FF80) is known color: Mint Green. HEX triplet: A2, FF and 80. RGB value is (162,255,128). Sum of RGB (Red+Green+Blue) = 162+255+128=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF80 is #5D007F. Grayscale: #D5D5D5. Windows color (decimal): -6094976 or 8454050. OLE color: 8454050.

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

Color convert

RGB 162 255 128 -
CMYK 0.36 0 0.50 0
HSL 103.94º 1% 0.75% -
HSV(B) 103.94º 0.5% 1% -
XYZ 54.56 80.76 33.13 -
YUV 212.72 80.19 91.83 -
System Red Green Blue C M Y K H S L
Decimal 162 255 128 0.36 0 0.50 0 103.94 1 0.75
Hex A2 FF 80 24 0 32 0 68 64 4B
Octal 242 377 200 44 0 62 0 150 144 113
Binary 10100010 11111111 10000000 100100 0 110010 0 1101000 1100100 1001011

Color Harmonies of #A2FF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF80

Black with #A2FF80

Text Example


Text Example

White with #A2FF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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