Shades of Australian Mint #E8F8AF
Tints of Australian Mint #E8F8AF
RGB
CMYK
RGB Variations
Color information
#E8F8AF (or 0xE8F8AF) is known color: Australian Mint. HEX triplet: E8, F8 and AF. RGB value is (232,248,175). Sum of RGB (Red+Green+Blue) = 232+248+175=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F8AF is #170750. Grayscale: #EBEBEB. Windows color (decimal): -1509201 or 11532520. OLE color: 11532520.
HSL color Cylindrical-coordinate representation of color #E8F8AF: hue angle of 73.15º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8F8AF is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 248 | 175 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.03 |
| HSL | 73.15º | 0.84% | 0.83% | - |
| HSV(B) | 73.15º | 0.29% | 0.97% | - |
| XYZ | 74.58 | 87.39 | 53.49 | - |
| YUV | 234.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 248 | 175 | 0.06 | 0 | 0.29 | 0.03 | 73.15 | 0.84 | 0.83 |
| Hex | E8 | F8 | AF | 6 | 0 | 1D | 3 | 49 | 54 | 53 |
| Octal | 350 | 370 | 257 | 6 | 0 | 35 | 3 | 111 | 124 | 123 |
| Binary | 11101000 | 11111000 | 10101111 | 110 | 0 | 11101 | 11 | 1001001 | 1010100 | 1010011 |
Color Harmonies of #E8F8AF
Complementary color
Monochromatic Colors of #E8F8AF
Black with #E8F8AF
Text Example
Text Example
White with #E8F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F8AF; }
p { color: rgb(232,248,175); }
H1.HeaderClassName
{
color: #E8F8AF;
}
.AnyTagClassName
{
color: #E8F8AF;
}
</style>
background-color css
<style>
a { background-color: #E8F8AF; }
a { background-color: rgb(232,248,175); }
div.DivClassName
{
background-color: #E8F8AF;
}
.BgClassName
{
background-color: #E8F8AF;
}
</style>
border-color css
<style>
span { border-color: #E8F8AF; }
span { border-color: rgb(232,248,175); }
td.TdClassName
{
border-color: #E8F8AF;
}
.TagClassName
{
border-color: #E8F8AF;
}
</style>