#A0FF92

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

Shades of Mint Green #A0FF92

Tints of Mint Green #A0FF92

Color information

#A0FF92 (or 0xA0FF92) is unknown color: approx Mint Green. HEX triplet: A0, FF and 92. RGB value is (160,255,146). Sum of RGB (Red+Green+Blue) = 160+255+146=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF92 is #5F006D. Grayscale: #D6D6D6. Windows color (decimal): -6226030 or 9633696. OLE color: 9633696.

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

Color convert

RGB160255146-
CMYK0.3700.430
HSL112.29º100%78.63%-
HSV(B)112.29º42.75%100%-
XYZ55.4581.0739.92-
YUV214.1789.5389.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=28.52%
G=45.45%
B=26.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551460.3700.430112.2910078.63
HexA0FF922502B070644f
Octal240377222450530160144117
Binary10100000111111111001001010010101010110111000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF92; }

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

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

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

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

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

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

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

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