Shades of Mint Green #AFFFAA
Tints of Mint Green #AFFFAA
RGB
CMYK
RGB Variations
Color information
#AFFFAA (or 0xAFFFAA) is known color: Mint Green. HEX triplet: AF, FF and AA. RGB value is (175,255,170). Sum of RGB (Red+Green+Blue) = 175+255+170=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAA is #500055. Grayscale: #DDDDDD. Windows color (decimal): -5242966 or 11206575. OLE color: 11206575.
HSL color Cylindrical-coordinate representation of color #AFFFAA: hue angle of 116.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFFFAA is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 170 | - |
| CMYK | 0.31 | 0 | 0.33 | 0 |
| HSL | 116.47º | 1% | 0.83% | - |
| HSV(B) | 116.47º | 0.33% | 1% | - |
| XYZ | 60.69 | 83.54 | 50.96 | - |
| YUV | 221.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 170 | 0.31 | 0 | 0.33 | 0 | 116.47 | 1 | 0.83 |
| Hex | AF | FF | AA | 1F | 0 | 21 | 0 | 74 | 64 | 53 |
| Octal | 257 | 377 | 252 | 37 | 0 | 41 | 0 | 164 | 144 | 123 |
| Binary | 10101111 | 11111111 | 10101010 | 11111 | 0 | 100001 | 0 | 1110100 | 1100100 | 1010011 |
Color Harmonies of #AFFFAA
Complementary color
Monochromatic Colors of #AFFFAA
Black with #AFFFAA
Text Example
Text Example
White with #AFFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFAA; }
p { color: rgb(175,255,170); }
H1.HeaderClassName
{
color: #AFFFAA;
}
.AnyTagClassName
{
color: #AFFFAA;
}
</style>
background-color css
<style>
a { background-color: #AFFFAA; }
a { background-color: rgb(175,255,170); }
div.DivClassName
{
background-color: #AFFFAA;
}
.BgClassName
{
background-color: #AFFFAA;
}
</style>
border-color css
<style>
span { border-color: #AFFFAA; }
span { border-color: rgb(175,255,170); }
td.TdClassName
{
border-color: #AFFFAA;
}
.TagClassName
{
border-color: #AFFFAA;
}
</style>