#A0FF82

Color #A0FF82 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #A0FF82

Tints of Mint Green #A0FF82

Color information

#A0FF82 (or 0xA0FF82) is unknown color: approx Mint Green. HEX triplet: A0, FF and 82. RGB value is (160,255,130). Sum of RGB (Red+Green+Blue) = 160+255+130=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF82 is #5F007D. Grayscale: #D4D4D4. Windows color (decimal): -6226046 or 8585120. OLE color: 8585120.

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

Color convert

RGB160255130-
CMYK0.3700.490
HSL105.6º100%75.49%-
HSV(B)105.6º49.02%100%-
XYZ54.2980.6133.82-
YUV212.3481.5390.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=29.36%
G=46.79%
B=23.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551300.3700.490105.610075.49
HexA0FF822503106a644b
Octal240377202450610152144113
Binary10100000111111111000001010010101100010110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF82; }

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

 H1.HeaderClassName
 {
   color: #A0FF82;
 }
 .AnyTagClassName
 {
   color: #A0FF82;
 }
</style>
background-color css

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

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

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

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

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

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