Shades of Magic Mint #A4FFBD
Tints of Magic Mint #A4FFBD
RGB
CMYK
RGB Variations
Color information
#A4FFBD (or 0xA4FFBD) is known color: Magic Mint. HEX triplet: A4, FF and BD. RGB value is (164,255,189). Sum of RGB (Red+Green+Blue) = 164+255+189=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFBD is #5B0042. Grayscale: #DCDCDC. Windows color (decimal): -5963843 or 12451748. OLE color: 12451748.
HSL color Cylindrical-coordinate representation of color #A4FFBD: hue angle of 136.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFBD is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 189 | - |
| CMYK | 0.36 | 0 | 0.26 | 0 |
| HSL | 136.48º | 1% | 0.82% | - |
| HSV(B) | 136.48º | 0.36% | 1% | - |
| XYZ | 60.26 | 83.09 | 61.01 | - |
| YUV | 220.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 189 | 0.36 | 0 | 0.26 | 0 | 136.48 | 1 | 0.82 |
| Hex | A4 | FF | BD | 24 | 0 | 1A | 0 | 88 | 64 | 52 |
| Octal | 244 | 377 | 275 | 44 | 0 | 32 | 0 | 210 | 144 | 122 |
| Binary | 10100100 | 11111111 | 10111101 | 100100 | 0 | 11010 | 0 | 10001000 | 1100100 | 1010010 |
Color Harmonies of #A4FFBD
Complementary color
Monochromatic Colors of #A4FFBD
Black with #A4FFBD
Text Example
Text Example
White with #A4FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFBD; }
p { color: rgb(164,255,189); }
H1.HeaderClassName
{
color: #A4FFBD;
}
.AnyTagClassName
{
color: #A4FFBD;
}
</style>
background-color css
<style>
a { background-color: #A4FFBD; }
a { background-color: rgb(164,255,189); }
div.DivClassName
{
background-color: #A4FFBD;
}
.BgClassName
{
background-color: #A4FFBD;
}
</style>
border-color css
<style>
span { border-color: #A4FFBD; }
span { border-color: rgb(164,255,189); }
td.TdClassName
{
border-color: #A4FFBD;
}
.TagClassName
{
border-color: #A4FFBD;
}
</style>