Shades of Magic Mint #AFFEC9
Tints of Magic Mint #AFFEC9
RGB
CMYK
RGB Variations
Color information
#AFFEC9 (or 0xAFFEC9) is known color: Magic Mint. HEX triplet: AF, FE and C9. RGB value is (175,254,201). Sum of RGB (Red+Green+Blue) = 175+254+201=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC9 is #500136. Grayscale: #E0E0E0. Windows color (decimal): -5243191 or 13237935. OLE color: 13237935.
HSL color Cylindrical-coordinate representation of color #AFFEC9: hue angle of 139.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 201 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.00 |
| HSL | 139.75º | 0.98% | 0.84% | - |
| HSV(B) | 139.75º | 0.31% | 1% | - |
| XYZ | 63.66 | 84.21 | 68.16 | - |
| YUV | 224.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 201 | 0.31 | 0 | 0.21 | 0.00 | 139.75 | 0.98 | 0.84 |
| Hex | AF | FE | C9 | 1F | 0 | 15 | 0 | 8C | 62 | 54 |
| Octal | 257 | 376 | 311 | 37 | 0 | 25 | 0 | 214 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11001001 | 11111 | 0 | 10101 | 0 | 10001100 | 1100010 | 1010100 |
Color Harmonies of #AFFEC9
Complementary color
Monochromatic Colors of #AFFEC9
Black with #AFFEC9
Text Example
Text Example
White with #AFFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEC9; }
p { color: rgb(175,254,201); }
H1.HeaderClassName
{
color: #AFFEC9;
}
.AnyTagClassName
{
color: #AFFEC9;
}
</style>
background-color css
<style>
a { background-color: #AFFEC9; }
a { background-color: rgb(175,254,201); }
div.DivClassName
{
background-color: #AFFEC9;
}
.BgClassName
{
background-color: #AFFEC9;
}
</style>
border-color css
<style>
span { border-color: #AFFEC9; }
span { border-color: rgb(175,254,201); }
td.TdClassName
{
border-color: #AFFEC9;
}
.TagClassName
{
border-color: #AFFEC9;
}
</style>