Shades of Mint Green #A1FD96
Tints of Mint Green #A1FD96
RGB
CMYK
RGB Variations
Color information
#A1FD96 (or 0xA1FD96) is known color: Mint Green. HEX triplet: A1, FD and 96. RGB value is (161,253,150). Sum of RGB (Red+Green+Blue) = 161+253+150=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FD96 is #5E0269. Grayscale: #D6D6D6. Windows color (decimal): -6161002 or 9895329. OLE color: 9895329.
HSL color Cylindrical-coordinate representation of color #A1FD96: hue angle of 113.59º 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 #A1FD96 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 150 | - |
CMYK | 0.36 | 0 | 0.41 | 0.01 |
HSL | 113.59º | 0.96% | 0.79% | - |
HSV(B) | 113.59º | 0.41% | 0.99% | - |
XYZ | 55.33 | 80.03 | 41.39 | - |
YUV | 213.75 | 92.02 | 90.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 150 | 0.36 | 0 | 0.41 | 0.01 | 113.59 | 0.96 | 0.79 |
Hex | A1 | FD | 96 | 24 | 0 | 29 | 1 | 72 | 60 | 4F |
Octal | 241 | 375 | 226 | 44 | 0 | 51 | 1 | 162 | 140 | 117 |
Binary | 10100001 | 11111101 | 10010110 | 100100 | 0 | 101001 | 1 | 1110010 | 1100000 | 1001111 |
Color Harmonies of #A1FD96
Complementary color
Monochromatic Colors of #A1FD96
Black with #A1FD96
Text Example
Text Example
White with #A1FD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FD96; }
p { color: rgb(161,253,150); }
H1.HeaderClassName
{
color: #A1FD96;
}
.AnyTagClassName
{
color: #A1FD96;
}
</style>
background-color css
<style>
a { background-color: #A1FD96; }
a { background-color: rgb(161,253,150); }
div.DivClassName
{
background-color: #A1FD96;
}
.BgClassName
{
background-color: #A1FD96;
}
</style>
border-color css
<style>
span { border-color: #A1FD96; }
span { border-color: rgb(161,253,150); }
td.TdClassName
{
border-color: #A1FD96;
}
.TagClassName
{
border-color: #A1FD96;
}
</style>