#A9F9CB

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

Shades of Magic Mint #A9F9CB

Tints of Magic Mint #A9F9CB

Color information

#A9F9CB (or 0xA9F9CB) is unknown color: approx Magic Mint. HEX triplet: A9, F9 and CB. RGB value is (169,249,203). Sum of RGB (Red+Green+Blue) = 169+249+203=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F9CB is #560634. Grayscale: #DBDBDB. Windows color (decimal): -5637685 or 13367721. OLE color: 13367721.

HSL color Cylindrical-coordinate representation of color #A9F9CB: hue angle of 145.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F9CB is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB169249203-
CMYK0.3200.180.02
HSL145.5º86.96%81.96%-
HSV(B)145.5º32.13%97.65%-
XYZ61.0280.568.82-
YUV219.84118.591.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=27.21%
G=40.10%
B=32.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692492030.3200.180.02145.586.9681.96
HexA9F9CB200122925752
Octal251371313400222222127122
Binary101010011111100111001011100000010010101001001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F9CB; }

 p { color: rgb(169,249,203); }

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

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

 a { background-color: rgb(169,249,203); }

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

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

 span { border-color: rgb(169,249,203); }

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