Shades of Mint Green #94FFAD
Tints of Mint Green #94FFAD
RGB
CMYK
RGB Variations
Color information
#94FFAD (or 0x94FFAD) is known color: Mint Green. HEX triplet: 94, FF and AD. RGB value is (148,255,173). Sum of RGB (Red+Green+Blue) = 148+255+173=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFAD is #6B0052. Grayscale: #D5D5D5. Windows color (decimal): -7012435 or 11403156. OLE color: 11403156.
HSL color Cylindrical-coordinate representation of color #94FFAD: hue angle of 134.02º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFAD is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 173 | - |
| CMYK | 0.42 | 0 | 0.32 | 0 |
| HSL | 134.02º | 1% | 0.79% | - |
| HSV(B) | 134.02º | 0.42% | 1% | - |
| XYZ | 55.52 | 80.83 | 52.21 | - |
| YUV | 213.66 | 105.05 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 173 | 0.42 | 0 | 0.32 | 0 | 134.02 | 1 | 0.79 |
| Hex | 94 | FF | AD | 2A | 0 | 20 | 0 | 86 | 64 | 4F |
| Octal | 224 | 377 | 255 | 52 | 0 | 40 | 0 | 206 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10101101 | 101010 | 0 | 100000 | 0 | 10000110 | 1100100 | 1001111 |
Color Harmonies of #94FFAD
Complementary color
Monochromatic Colors of #94FFAD
Black with #94FFAD
Text Example
Text Example
White with #94FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFAD; }
p { color: rgb(148,255,173); }
H1.HeaderClassName
{
color: #94FFAD;
}
.AnyTagClassName
{
color: #94FFAD;
}
</style>
background-color css
<style>
a { background-color: #94FFAD; }
a { background-color: rgb(148,255,173); }
div.DivClassName
{
background-color: #94FFAD;
}
.BgClassName
{
background-color: #94FFAD;
}
</style>
border-color css
<style>
span { border-color: #94FFAD; }
span { border-color: rgb(148,255,173); }
td.TdClassName
{
border-color: #94FFAD;
}
.TagClassName
{
border-color: #94FFAD;
}
</style>