Shades of Australian Mint #E7FAA1
Tints of Australian Mint #E7FAA1
RGB
CMYK
RGB Variations
Color information
#E7FAA1 (or 0xE7FAA1) is known color: Australian Mint. HEX triplet: E7, FA and A1. RGB value is (231,250,161). Sum of RGB (Red+Green+Blue) = 231+250+161=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FAA1 is #18055E. Grayscale: #EAEAEA. Windows color (decimal): -1574239 or 10615527. OLE color: 10615527.
HSL color Cylindrical-coordinate representation of color #E7FAA1: hue angle of 72.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7FAA1 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 161 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.02 |
| HSL | 72.81º | 0.9% | 0.81% | - |
| HSV(B) | 72.81º | 0.36% | 0.98% | - |
| XYZ | 73.57 | 87.93 | 46.81 | - |
| YUV | 234.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 161 | 0.08 | 0 | 0.36 | 0.02 | 72.81 | 0.9 | 0.81 |
| Hex | E7 | FA | A1 | 8 | 0 | 24 | 2 | 49 | 5A | 51 |
| Octal | 347 | 372 | 241 | 10 | 0 | 44 | 2 | 111 | 132 | 121 |
| Binary | 11100111 | 11111010 | 10100001 | 1000 | 0 | 100100 | 10 | 1001001 | 1011010 | 1010001 |
Color Harmonies of #E7FAA1
Complementary color
Monochromatic Colors of #E7FAA1
Black with #E7FAA1
Text Example
Text Example
White with #E7FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FAA1; }
p { color: rgb(231,250,161); }
H1.HeaderClassName
{
color: #E7FAA1;
}
.AnyTagClassName
{
color: #E7FAA1;
}
</style>
background-color css
<style>
a { background-color: #E7FAA1; }
a { background-color: rgb(231,250,161); }
div.DivClassName
{
background-color: #E7FAA1;
}
.BgClassName
{
background-color: #E7FAA1;
}
</style>
border-color css
<style>
span { border-color: #E7FAA1; }
span { border-color: rgb(231,250,161); }
td.TdClassName
{
border-color: #E7FAA1;
}
.TagClassName
{
border-color: #E7FAA1;
}
</style>