#A5FDC9

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

Shades of Magic Mint #A5FDC9

Tints of Magic Mint #A5FDC9

Color information

#A5FDC9 (or 0xA5FDC9) is unknown color: approx Magic Mint. HEX triplet: A5, FD and C9. RGB value is (165,253,201). Sum of RGB (Red+Green+Blue) = 165+253+201=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDC9 is #5A0236. Grayscale: #DCDCDC. Windows color (decimal): -5898807 or 13237669. OLE color: 13237669.

HSL color Cylindrical-coordinate representation of color #A5FDC9: hue angle of 144.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDC9 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB165253201-
CMYK0.3500.210.01
HSL144.55º95.65%81.96%-
HSV(B)144.55º34.78%99.22%-
XYZ61.1882.4767.95-
YUV220.76116.8588.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=26.66%
G=40.87%
B=32.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652532010.3500.210.01144.5595.6581.96
HexA5FDC9230151916052
Octal245375311430251221140122
Binary10100101111111011100100110001101010111001000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDC9; }

 p { color: rgb(165,253,201); }

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

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

 a { background-color: rgb(165,253,201); }

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

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

 span { border-color: rgb(165,253,201); }

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