Shades of Australian Mint #E2F2AF
Tints of Australian Mint #E2F2AF
RGB
CMYK
RGB Variations
Color information
#E2F2AF (or 0xE2F2AF) is known color: Australian Mint. HEX triplet: E2, F2 and AF. RGB value is (226,242,175). Sum of RGB (Red+Green+Blue) = 226+242+175=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F2AF is #1D0D50. Grayscale: #E5E5E5. Windows color (decimal): -1903953 or 11530978. OLE color: 11530978.
HSL color Cylindrical-coordinate representation of color #E2F2AF: hue angle of 74.33º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2F2AF is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 175 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.05 |
| HSL | 74.33º | 0.72% | 0.82% | - |
| HSV(B) | 74.33º | 0.28% | 0.95% | - |
| XYZ | 70.85 | 82.77 | 52.8 | - |
| YUV | 229.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 175 | 0.07 | 0 | 0.28 | 0.05 | 74.33 | 0.72 | 0.82 |
| Hex | E2 | F2 | AF | 7 | 0 | 1C | 5 | 4A | 48 | 52 |
| Octal | 342 | 362 | 257 | 7 | 0 | 34 | 5 | 112 | 110 | 122 |
| Binary | 11100010 | 11110010 | 10101111 | 111 | 0 | 11100 | 101 | 1001010 | 1001000 | 1010010 |
Color Harmonies of #E2F2AF
Complementary color
Monochromatic Colors of #E2F2AF
Black with #E2F2AF
Text Example
Text Example
White with #E2F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2AF; }
p { color: rgb(226,242,175); }
H1.HeaderClassName
{
color: #E2F2AF;
}
.AnyTagClassName
{
color: #E2F2AF;
}
</style>
background-color css
<style>
a { background-color: #E2F2AF; }
a { background-color: rgb(226,242,175); }
div.DivClassName
{
background-color: #E2F2AF;
}
.BgClassName
{
background-color: #E2F2AF;
}
</style>
border-color css
<style>
span { border-color: #E2F2AF; }
span { border-color: rgb(226,242,175); }
td.TdClassName
{
border-color: #E2F2AF;
}
.TagClassName
{
border-color: #E2F2AF;
}
</style>