#A5E4C9

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

Shades of Magic Mint #A5E4C9

Tints of Magic Mint #A5E4C9

Color information

#A5E4C9 (or 0xA5E4C9) is unknown color: approx Magic Mint. HEX triplet: A5, E4 and C9. RGB value is (165,228,201). Sum of RGB (Red+Green+Blue) = 165+228+201=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4C9 is #5A1B36. Grayscale: #CECECE. Windows color (decimal): -5905207 or 13231269. OLE color: 13231269.

HSL color Cylindrical-coordinate representation of color #A5E4C9: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4C9 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB165228201-
CMYK0.2800.120.11
HSL154.29º53.85%77.06%-
HSV(B)154.29º27.63%89.41%-
XYZ53.867.765.49-
YUV206.08125.1398.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.78%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=27.78%
G=38.38%
B=33.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652282010.2800.120.11154.2953.8577.06
HexA5E4C91C0CB9a364d
Octal245344311340141323266115
Binary10100101111001001100100111100011001011100110101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E4C9; }

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

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

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

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

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

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

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

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