Shades of Australian Mint #E5F2AF
Tints of Australian Mint #E5F2AF
RGB
CMYK
RGB Variations
Color information
#E5F2AF (or 0xE5F2AF) is known color: Australian Mint. HEX triplet: E5, F2 and AF. RGB value is (229,242,175). Sum of RGB (Red+Green+Blue) = 229+242+175=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F2AF is #1A0D50. Grayscale: #E6E6E6. Windows color (decimal): -1707345 or 11530981. OLE color: 11530981.
HSL color Cylindrical-coordinate representation of color #E5F2AF: hue angle of 71.64º 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 #E5F2AF is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 175 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.05 |
| HSL | 71.64º | 0.72% | 0.82% | - |
| HSV(B) | 71.64º | 0.28% | 0.95% | - |
| XYZ | 71.8 | 83.26 | 52.84 | - |
| YUV | 230.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 175 | 0.05 | 0 | 0.28 | 0.05 | 71.64 | 0.72 | 0.82 |
| Hex | E5 | F2 | AF | 5 | 0 | 1C | 5 | 48 | 48 | 52 |
| Octal | 345 | 362 | 257 | 5 | 0 | 34 | 5 | 110 | 110 | 122 |
| Binary | 11100101 | 11110010 | 10101111 | 101 | 0 | 11100 | 101 | 1001000 | 1001000 | 1010010 |
Color Harmonies of #E5F2AF
Complementary color
Monochromatic Colors of #E5F2AF
Black with #E5F2AF
Text Example
Text Example
White with #E5F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2AF; }
p { color: rgb(229,242,175); }
H1.HeaderClassName
{
color: #E5F2AF;
}
.AnyTagClassName
{
color: #E5F2AF;
}
</style>
background-color css
<style>
a { background-color: #E5F2AF; }
a { background-color: rgb(229,242,175); }
div.DivClassName
{
background-color: #E5F2AF;
}
.BgClassName
{
background-color: #E5F2AF;
}
</style>
border-color css
<style>
span { border-color: #E5F2AF; }
span { border-color: rgb(229,242,175); }
td.TdClassName
{
border-color: #E5F2AF;
}
.TagClassName
{
border-color: #E5F2AF;
}
</style>