Shades of Magic Mint #A9F2C2
Tints of Magic Mint #A9F2C2
RGB
CMYK
RGB Variations
Color information
#A9F2C2 (or 0xA9F2C2) is known color: Magic Mint. HEX triplet: A9, F2 and C2. RGB value is (169,242,194). Sum of RGB (Red+Green+Blue) = 169+242+194=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2C2 is #560D3D. Grayscale: #D6D6D6. Windows color (decimal): -5639486 or 12776105. OLE color: 12776105.
HSL color Cylindrical-coordinate representation of color #A9F2C2: hue angle of 140.55º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2C2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 194 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.05 |
| HSL | 140.55º | 0.74% | 0.81% | - |
| HSV(B) | 140.55º | 0.3% | 0.95% | - |
| XYZ | 57.85 | 75.83 | 62.63 | - |
| YUV | 214.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 194 | 0.30 | 0 | 0.20 | 0.05 | 140.55 | 0.74 | 0.81 |
| Hex | A9 | F2 | C2 | 1E | 0 | 14 | 5 | 8D | 4A | 51 |
| Octal | 251 | 362 | 302 | 36 | 0 | 24 | 5 | 215 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11000010 | 11110 | 0 | 10100 | 101 | 10001101 | 1001010 | 1010001 |
Color Harmonies of #A9F2C2
Complementary color
Monochromatic Colors of #A9F2C2
Black with #A9F2C2
Text Example
Text Example
White with #A9F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2C2; }
p { color: rgb(169,242,194); }
H1.HeaderClassName
{
color: #A9F2C2;
}
.AnyTagClassName
{
color: #A9F2C2;
}
</style>
background-color css
<style>
a { background-color: #A9F2C2; }
a { background-color: rgb(169,242,194); }
div.DivClassName
{
background-color: #A9F2C2;
}
.BgClassName
{
background-color: #A9F2C2;
}
</style>
border-color css
<style>
span { border-color: #A9F2C2; }
span { border-color: rgb(169,242,194); }
td.TdClassName
{
border-color: #A9F2C2;
}
.TagClassName
{
border-color: #A9F2C2;
}
</style>