#A5F9C5

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

Shades of Magic Mint #A5F9C5

Tints of Magic Mint #A5F9C5

Color information

#A5F9C5 (or 0xA5F9C5) is unknown color: approx Magic Mint. HEX triplet: A5, F9 and C5. RGB value is (165,249,197). Sum of RGB (Red+Green+Blue) = 165+249+197=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9C5 is #5A063A. Grayscale: #DADADA. Windows color (decimal): -5899835 or 12974501. OLE color: 12974501.

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

Color convert

RGB165249197-
CMYK0.3400.210.02
HSL142.86º87.5%81.18%-
HSV(B)142.86º33.73%97.65%-
XYZ59.4779.7865.09-
YUV217.96116.1790.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=27.00%
G=40.75%
B=32.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491970.3400.210.02142.8687.581.18
HexA5F9C52201528f5851
Octal245371305420252217130121
Binary101001011111100111000101100010010101101000111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9C5; }

 p { color: rgb(165,249,197); }

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

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

 a { background-color: rgb(165,249,197); }

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

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

 span { border-color: rgb(165,249,197); }

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