Shades of Magic Mint #A9F4C2
Tints of Magic Mint #A9F4C2
RGB
CMYK
RGB Variations
Color information
#A9F4C2 (or 0xA9F4C2) is known color: Magic Mint. HEX triplet: A9, F4 and C2. RGB value is (169,244,194). Sum of RGB (Red+Green+Blue) = 169+244+194=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #A9F4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F4C2 is #560B3D. Grayscale: #D7D7D7. Windows color (decimal): -5638974 or 12776617. OLE color: 12776617.
HSL color Cylindrical-coordinate representation of color #A9F4C2: hue angle of 140º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F4C2 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 244 | 194 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.04 |
| HSL | 140º | 0.77% | 0.81% | - |
| HSV(B) | 140º | 0.31% | 0.96% | - |
| XYZ | 58.45 | 77.03 | 62.83 | - |
| YUV | 215.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 244 | 194 | 0.31 | 0 | 0.20 | 0.04 | 140 | 0.77 | 0.81 |
| Hex | A9 | F4 | C2 | 1F | 0 | 14 | 4 | 8C | 4D | 51 |
| Octal | 251 | 364 | 302 | 37 | 0 | 24 | 4 | 214 | 115 | 121 |
| Binary | 10101001 | 11110100 | 11000010 | 11111 | 0 | 10100 | 100 | 10001100 | 1001101 | 1010001 |
Color Harmonies of #A9F4C2
Complementary color
Monochromatic Colors of #A9F4C2
Black with #A9F4C2
Text Example
Text Example
White with #A9F4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F4C2; }
p { color: rgb(169,244,194); }
H1.HeaderClassName
{
color: #A9F4C2;
}
.AnyTagClassName
{
color: #A9F4C2;
}
</style>
background-color css
<style>
a { background-color: #A9F4C2; }
a { background-color: rgb(169,244,194); }
div.DivClassName
{
background-color: #A9F4C2;
}
.BgClassName
{
background-color: #A9F4C2;
}
</style>
border-color css
<style>
span { border-color: #A9F4C2; }
span { border-color: rgb(169,244,194); }
td.TdClassName
{
border-color: #A9F4C2;
}
.TagClassName
{
border-color: #A9F4C2;
}
</style>