Shades of Mint Green #95FFAE
Tints of Mint Green #95FFAE
RGB
CMYK
RGB Variations
Color information
#95FFAE (or 0x95FFAE) is known color: Mint Green. HEX triplet: 95, FF and AE. RGB value is (149,255,174). Sum of RGB (Red+Green+Blue) = 149+255+174=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFAE is #6A0051. Grayscale: #D6D6D6. Windows color (decimal): -6946898 or 11468693. OLE color: 11468693.
HSL color Cylindrical-coordinate representation of color #95FFAE: hue angle of 134.15º 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 #95FFAE is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 174 | - |
| CMYK | 0.42 | 0 | 0.32 | 0 |
| HSL | 134.15º | 1% | 0.79% | - |
| HSV(B) | 134.15º | 0.42% | 1% | - |
| XYZ | 55.79 | 80.97 | 52.73 | - |
| YUV | 214.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 174 | 0.42 | 0 | 0.32 | 0 | 134.15 | 1 | 0.79 |
| Hex | 95 | FF | AE | 2A | 0 | 20 | 0 | 86 | 64 | 4F |
| Octal | 225 | 377 | 256 | 52 | 0 | 40 | 0 | 206 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10101110 | 101010 | 0 | 100000 | 0 | 10000110 | 1100100 | 1001111 |
Color Harmonies of #95FFAE
Complementary color
Monochromatic Colors of #95FFAE
Black with #95FFAE
Text Example
Text Example
White with #95FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFAE; }
p { color: rgb(149,255,174); }
H1.HeaderClassName
{
color: #95FFAE;
}
.AnyTagClassName
{
color: #95FFAE;
}
</style>
background-color css
<style>
a { background-color: #95FFAE; }
a { background-color: rgb(149,255,174); }
div.DivClassName
{
background-color: #95FFAE;
}
.BgClassName
{
background-color: #95FFAE;
}
</style>
border-color css
<style>
span { border-color: #95FFAE; }
span { border-color: rgb(149,255,174); }
td.TdClassName
{
border-color: #95FFAE;
}
.TagClassName
{
border-color: #95FFAE;
}
</style>