#A0FE9D

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

Shades of Mint Green #A0FE9D

Tints of Mint Green #A0FE9D

Color information

#A0FE9D (or 0xA0FE9D) is unknown color: approx Mint Green. HEX triplet: A0, FE and 9D. RGB value is (160,254,157). Sum of RGB (Red+Green+Blue) = 160+254+157=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE9D is #5F0162. Grayscale: #D7D7D7. Windows color (decimal): -6226275 or 10354336. OLE color: 10354336.

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

Color convert

RGB160254157-
CMYK0.3700.380.00
HSL118.14º97.98%80.59%-
HSV(B)118.14º38.19%99.61%-
XYZ56.0280.7944.54-
YUV214.8495.3688.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 254 (99.61% from 255) = 44.48%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=28.02%
G=44.48%
B=27.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541570.3700.380.00118.1497.9880.59
HexA0FE9D250260766251
Octal240376235450460166142121
Binary10100000111111101001110110010101001100111011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FE9D; }

 p { color: rgb(160,254,157); }

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

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

 a { background-color: rgb(160,254,157); }

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

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

 span { border-color: rgb(160,254,157); }

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