Shades of Australian Mint #E8FFAF
Tints of Australian Mint #E8FFAF
RGB
CMYK
RGB Variations
Color information
#E8FFAF (or 0xE8FFAF) is known color: Australian Mint. HEX triplet: E8, FF and AF. RGB value is (232,255,175). Sum of RGB (Red+Green+Blue) = 232+255+175=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FFAF is #170050. Grayscale: #EFEFEF. Windows color (decimal): -1507409 or 11534312. OLE color: 11534312.
HSL color Cylindrical-coordinate representation of color #E8FFAF: hue angle of 77.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8FFAF is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 175 | - |
| CMYK | 0.09 | 0 | 0.31 | 0 |
| HSL | 77.25º | 1% | 0.84% | - |
| HSV(B) | 77.25º | 0.31% | 1% | - |
| XYZ | 76.78 | 91.77 | 54.22 | - |
| YUV | 239 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 175 | 0.09 | 0 | 0.31 | 0 | 77.25 | 1 | 0.84 |
| Hex | E8 | FF | AF | 9 | 0 | 1F | 0 | 4D | 64 | 54 |
| Octal | 350 | 377 | 257 | 11 | 0 | 37 | 0 | 115 | 144 | 124 |
| Binary | 11101000 | 11111111 | 10101111 | 1001 | 0 | 11111 | 0 | 1001101 | 1100100 | 1010100 |
Color Harmonies of #E8FFAF
Complementary color
Monochromatic Colors of #E8FFAF
Black with #E8FFAF
Text Example
Text Example
White with #E8FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFAF; }
p { color: rgb(232,255,175); }
H1.HeaderClassName
{
color: #E8FFAF;
}
.AnyTagClassName
{
color: #E8FFAF;
}
</style>
background-color css
<style>
a { background-color: #E8FFAF; }
a { background-color: rgb(232,255,175); }
div.DivClassName
{
background-color: #E8FFAF;
}
.BgClassName
{
background-color: #E8FFAF;
}
</style>
border-color css
<style>
span { border-color: #E8FFAF; }
span { border-color: rgb(232,255,175); }
td.TdClassName
{
border-color: #E8FFAF;
}
.TagClassName
{
border-color: #E8FFAF;
}
</style>