Shades of Australian Mint #E7F2AA
Tints of Australian Mint #E7F2AA
RGB
CMYK
RGB Variations
Color information
#E7F2AA (or 0xE7F2AA) is known color: Australian Mint. HEX triplet: E7, F2 and AA. RGB value is (231,242,170). Sum of RGB (Red+Green+Blue) = 231+242+170=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F2AA is #180D55. Grayscale: #E6E6E6. Windows color (decimal): -1576278 or 11203303. OLE color: 11203303.
HSL color Cylindrical-coordinate representation of color #E7F2AA: hue angle of 69.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7F2AA is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 170 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.05 |
| HSL | 69.17º | 0.73% | 0.81% | - |
| HSV(B) | 69.17º | 0.3% | 0.95% | - |
| XYZ | 71.96 | 83.4 | 50.33 | - |
| YUV | 230.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 170 | 0.05 | 0 | 0.30 | 0.05 | 69.17 | 0.73 | 0.81 |
| Hex | E7 | F2 | AA | 5 | 0 | 1E | 5 | 45 | 49 | 51 |
| Octal | 347 | 362 | 252 | 5 | 0 | 36 | 5 | 105 | 111 | 121 |
| Binary | 11100111 | 11110010 | 10101010 | 101 | 0 | 11110 | 101 | 1000101 | 1001001 | 1010001 |
Color Harmonies of #E7F2AA
Complementary color
Monochromatic Colors of #E7F2AA
Black with #E7F2AA
Text Example
Text Example
White with #E7F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F2AA; }
p { color: rgb(231,242,170); }
H1.HeaderClassName
{
color: #E7F2AA;
}
.AnyTagClassName
{
color: #E7F2AA;
}
</style>
background-color css
<style>
a { background-color: #E7F2AA; }
a { background-color: rgb(231,242,170); }
div.DivClassName
{
background-color: #E7F2AA;
}
.BgClassName
{
background-color: #E7F2AA;
}
</style>
border-color css
<style>
span { border-color: #E7F2AA; }
span { border-color: rgb(231,242,170); }
td.TdClassName
{
border-color: #E7F2AA;
}
.TagClassName
{
border-color: #E7F2AA;
}
</style>