#A0FEBF

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

Shades of Magic Mint #A0FEBF

Tints of Magic Mint #A0FEBF

Color information

#A0FEBF (or 0xA0FEBF) is unknown color: approx Magic Mint. HEX triplet: A0, FE and BF. RGB value is (160,254,191). Sum of RGB (Red+Green+Blue) = 160+254+191=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEBF is #5F0140. Grayscale: #DADADA. Windows color (decimal): -6226241 or 12582560. OLE color: 12582560.

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

Color convert

RGB160254191-
CMYK0.3700.250.00
HSL139.79º97.92%81.18%-
HSV(B)139.79º37.01%99.61%-
XYZ59.3482.1262.01-
YUV218.71112.3686.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.45%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 191 (75% from 255) = 31.57%
R=26.45%
G=41.98%
B=31.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541910.3700.250.00139.7997.9281.18
HexA0FEBF2501908c6251
Octal240376277450310214142121
Binary10100000111111101011111110010101100101000110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEBF; }

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

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

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

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

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

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

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

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