Shades of Mint Green #AFFD96
Tints of Mint Green #AFFD96
RGB
CMYK
RGB Variations
Color information
#AFFD96 (or 0xAFFD96) is known color: Mint Green. HEX triplet: AF, FD and 96. RGB value is (175,253,150). Sum of RGB (Red+Green+Blue) = 175+253+150=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD96 is #500269. Grayscale: #DADADA. Windows color (decimal): -5243498 or 9895343. OLE color: 9895343.
HSL color Cylindrical-coordinate representation of color #AFFD96: hue angle of 105.44º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFFD96 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 150 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.01 |
| HSL | 105.44º | 0.96% | 0.79% | - |
| HSV(B) | 105.44º | 0.41% | 0.99% | - |
| XYZ | 58.31 | 81.57 | 41.52 | - |
| YUV | 217.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 150 | 0.31 | 0 | 0.41 | 0.01 | 105.44 | 0.96 | 0.79 |
| Hex | AF | FD | 96 | 1F | 0 | 29 | 1 | 69 | 60 | 4F |
| Octal | 257 | 375 | 226 | 37 | 0 | 51 | 1 | 151 | 140 | 117 |
| Binary | 10101111 | 11111101 | 10010110 | 11111 | 0 | 101001 | 1 | 1101001 | 1100000 | 1001111 |
Color Harmonies of #AFFD96
Complementary color
Monochromatic Colors of #AFFD96
Black with #AFFD96
Text Example
Text Example
White with #AFFD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD96; }
p { color: rgb(175,253,150); }
H1.HeaderClassName
{
color: #AFFD96;
}
.AnyTagClassName
{
color: #AFFD96;
}
</style>
background-color css
<style>
a { background-color: #AFFD96; }
a { background-color: rgb(175,253,150); }
div.DivClassName
{
background-color: #AFFD96;
}
.BgClassName
{
background-color: #AFFD96;
}
</style>
border-color css
<style>
span { border-color: #AFFD96; }
span { border-color: rgb(175,253,150); }
td.TdClassName
{
border-color: #AFFD96;
}
.TagClassName
{
border-color: #AFFD96;
}
</style>