#A0FF95

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

Shades of Mint Green #A0FF95

Tints of Mint Green #A0FF95

Color information

#A0FF95 (or 0xA0FF95) is unknown color: approx Mint Green. HEX triplet: A0, FF and 95. RGB value is (160,255,149). Sum of RGB (Red+Green+Blue) = 160+255+149=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF95 is #5F006A. Grayscale: #D6D6D6. Windows color (decimal): -6226027 or 9830304. OLE color: 9830304.

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

Color convert

RGB160255149-
CMYK0.3700.420
HSL113.77º100%79.22%-
HSV(B)113.77º41.57%100%-
XYZ55.6881.1641.17-
YUV214.5191.0389.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=28.37%
G=45.21%
B=26.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551490.3700.420113.7710079.22
HexA0FF952502A072644f
Octal240377225450520162144117
Binary10100000111111111001010110010101010100111001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF95; }

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

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

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

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

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

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

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

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