Shades of Australian Mint #E8F7AA
Tints of Australian Mint #E8F7AA
RGB
CMYK
RGB Variations
Color information
#E8F7AA (or 0xE8F7AA) is known color: Australian Mint. HEX triplet: E8, F7 and AA. RGB value is (232,247,170). Sum of RGB (Red+Green+Blue) = 232+247+170=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #E8F7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F7AA is #170855. Grayscale: #EAEAEA. Windows color (decimal): -1509462 or 11204584. OLE color: 11204584.
HSL color Cylindrical-coordinate representation of color #E8F7AA: hue angle of 71.69º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8F7AA is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 247 | 170 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.03 |
| HSL | 71.69º | 0.83% | 0.82% | - |
| HSV(B) | 71.69º | 0.31% | 0.97% | - |
| XYZ | 73.8 | 86.58 | 50.85 | - |
| YUV | 233.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 247 | 170 | 0.06 | 0 | 0.31 | 0.03 | 71.69 | 0.83 | 0.82 |
| Hex | E8 | F7 | AA | 6 | 0 | 1F | 3 | 48 | 53 | 52 |
| Octal | 350 | 367 | 252 | 6 | 0 | 37 | 3 | 110 | 123 | 122 |
| Binary | 11101000 | 11110111 | 10101010 | 110 | 0 | 11111 | 11 | 1001000 | 1010011 | 1010010 |
Color Harmonies of #E8F7AA
Complementary color
Monochromatic Colors of #E8F7AA
Black with #E8F7AA
Text Example
Text Example
White with #E8F7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F7AA; }
p { color: rgb(232,247,170); }
H1.HeaderClassName
{
color: #E8F7AA;
}
.AnyTagClassName
{
color: #E8F7AA;
}
</style>
background-color css
<style>
a { background-color: #E8F7AA; }
a { background-color: rgb(232,247,170); }
div.DivClassName
{
background-color: #E8F7AA;
}
.BgClassName
{
background-color: #E8F7AA;
}
</style>
border-color css
<style>
span { border-color: #E8F7AA; }
span { border-color: rgb(232,247,170); }
td.TdClassName
{
border-color: #E8F7AA;
}
.TagClassName
{
border-color: #E8F7AA;
}
</style>