Shades of Australian Mint #E5F8A2
Tints of Australian Mint #E5F8A2
RGB
CMYK
RGB Variations
Color information
#E5F8A2 (or 0xE5F8A2) is known color: Australian Mint. HEX triplet: E5, F8 and A2. RGB value is (229,248,162). Sum of RGB (Red+Green+Blue) = 229+248+162=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #E5F8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F8A2 is #1A075D. Grayscale: #E8E8E8. Windows color (decimal): -1705822 or 10680549. OLE color: 10680549.
HSL color Cylindrical-coordinate representation of color #E5F8A2: hue angle of 73.26º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5F8A2 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 248 | 162 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.03 |
| HSL | 73.26º | 0.86% | 0.8% | - |
| HSV(B) | 73.26º | 0.35% | 0.97% | - |
| XYZ | 72.4 | 86.4 | 47.04 | - |
| YUV | 232.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 248 | 162 | 0.08 | 0 | 0.35 | 0.03 | 73.26 | 0.86 | 0.8 |
| Hex | E5 | F8 | A2 | 8 | 0 | 23 | 3 | 49 | 56 | 50 |
| Octal | 345 | 370 | 242 | 10 | 0 | 43 | 3 | 111 | 126 | 120 |
| Binary | 11100101 | 11111000 | 10100010 | 1000 | 0 | 100011 | 11 | 1001001 | 1010110 | 1010000 |
Color Harmonies of #E5F8A2
Complementary color
Monochromatic Colors of #E5F8A2
Black with #E5F8A2
Text Example
Text Example
White with #E5F8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F8A2; }
p { color: rgb(229,248,162); }
H1.HeaderClassName
{
color: #E5F8A2;
}
.AnyTagClassName
{
color: #E5F8A2;
}
</style>
background-color css
<style>
a { background-color: #E5F8A2; }
a { background-color: rgb(229,248,162); }
div.DivClassName
{
background-color: #E5F8A2;
}
.BgClassName
{
background-color: #E5F8A2;
}
</style>
border-color css
<style>
span { border-color: #E5F8A2; }
span { border-color: rgb(229,248,162); }
td.TdClassName
{
border-color: #E5F8A2;
}
.TagClassName
{
border-color: #E5F8A2;
}
</style>