Shades of Magic Mint #A2F1C4
Tints of Magic Mint #A2F1C4
RGB
CMYK
RGB Variations
Color information
#A2F1C4 (or 0xA2F1C4) is known color: Magic Mint. HEX triplet: A2, F1 and C4. RGB value is (162,241,196). Sum of RGB (Red+Green+Blue) = 162+241+196=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1C4 is #5D0E3B. Grayscale: #D4D4D4. Windows color (decimal): -6098492 or 12906914. OLE color: 12906914.
HSL color Cylindrical-coordinate representation of color #A2F1C4: hue angle of 145.82º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1C4 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 196 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.05 |
| HSL | 145.82º | 0.74% | 0.79% | - |
| HSV(B) | 145.82º | 0.33% | 0.95% | - |
| XYZ | 56.32 | 74.58 | 63.65 | - |
| YUV | 212.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 196 | 0.33 | 0 | 0.19 | 0.05 | 145.82 | 0.74 | 0.79 |
| Hex | A2 | F1 | C4 | 21 | 0 | 13 | 5 | 92 | 4A | 4F |
| Octal | 242 | 361 | 304 | 41 | 0 | 23 | 5 | 222 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11000100 | 100001 | 0 | 10011 | 101 | 10010010 | 1001010 | 1001111 |
Color Harmonies of #A2F1C4
Complementary color
Monochromatic Colors of #A2F1C4
Black with #A2F1C4
Text Example
Text Example
White with #A2F1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1C4; }
p { color: rgb(162,241,196); }
H1.HeaderClassName
{
color: #A2F1C4;
}
.AnyTagClassName
{
color: #A2F1C4;
}
</style>
background-color css
<style>
a { background-color: #A2F1C4; }
a { background-color: rgb(162,241,196); }
div.DivClassName
{
background-color: #A2F1C4;
}
.BgClassName
{
background-color: #A2F1C4;
}
</style>
border-color css
<style>
span { border-color: #A2F1C4; }
span { border-color: rgb(162,241,196); }
td.TdClassName
{
border-color: #A2F1C4;
}
.TagClassName
{
border-color: #A2F1C4;
}
</style>