#A0FD8C

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

Shades of Mint Green #A0FD8C

Tints of Mint Green #A0FD8C

Color information

#A0FD8C (or 0xA0FD8C) is unknown color: approx Mint Green. HEX triplet: A0, FD and 8C. RGB value is (160,253,140). Sum of RGB (Red+Green+Blue) = 160+253+140=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD8C is #5F0273. Grayscale: #D4D4D4. Windows color (decimal): -6226548 or 9239968. OLE color: 9239968.

HSL color Cylindrical-coordinate representation of color #A0FD8C: hue angle of 109.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0FD8C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB160253140-
CMYK0.3700.450.01
HSL109.38º96.58%77.06%-
HSV(B)109.38º44.66%99.22%-
XYZ54.3679.6237.31-
YUV212.3187.1990.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=28.93%
G=45.75%
B=25.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602531400.3700.450.01109.3896.5877.06
HexA0FD8C2502D16d614d
Octal240375214450551155141115
Binary10100000111111011000110010010101011011110110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD8C; }

 p { color: rgb(160,253,140); }

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

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

 a { background-color: rgb(160,253,140); }

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

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

 span { border-color: rgb(160,253,140); }

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