#A1F9BD

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

Shades of Magic Mint #A1F9BD

Tints of Magic Mint #A1F9BD

Color information

#A1F9BD (or 0xA1F9BD) is unknown color: approx Magic Mint. HEX triplet: A1, F9 and BD. RGB value is (161,249,189). Sum of RGB (Red+Green+Blue) = 161+249+189=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9BD is #5E0642. Grayscale: #D7D7D7. Windows color (decimal): -6161987 or 12450209. OLE color: 12450209.

HSL color Cylindrical-coordinate representation of color #A1F9BD: hue angle of 139.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9BD is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB161249189-
CMYK0.3500.240.02
HSL139.09º88%80.39%-
HSV(B)139.09º35.34%97.65%-
XYZ57.767960.35-
YUV215.85112.8588.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.88%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=26.88%
G=41.57%
B=31.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491890.3500.240.02139.098880.39
HexA1F9BD2301828b5850
Octal241371275430302213130120
Binary101000011111100110111101100011011000101000101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9BD; }

 p { color: rgb(161,249,189); }

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

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

 a { background-color: rgb(161,249,189); }

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

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

 span { border-color: rgb(161,249,189); }

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