Shades of Australian Mint #E0F1B0
Tints of Australian Mint #E0F1B0
RGB
CMYK
RGB Variations
Color information
#E0F1B0 (or 0xE0F1B0) is known color: Australian Mint. HEX triplet: E0, F1 and B0. RGB value is (224,241,176). Sum of RGB (Red+Green+Blue) = 224+241+176=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1B0 is #1F0E4F. Grayscale: #E4E4E4. Windows color (decimal): -2035280 or 11596256. OLE color: 11596256.
HSL color Cylindrical-coordinate representation of color #E0F1B0: hue angle of 75.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0F1B0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 176 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.05 |
| HSL | 75.69º | 0.7% | 0.82% | - |
| HSV(B) | 75.69º | 0.27% | 0.95% | - |
| XYZ | 70.03 | 81.89 | 53.19 | - |
| YUV | 228.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 176 | 0.07 | 0 | 0.27 | 0.05 | 75.69 | 0.7 | 0.82 |
| Hex | E0 | F1 | B0 | 7 | 0 | 1B | 5 | 4C | 46 | 52 |
| Octal | 340 | 361 | 260 | 7 | 0 | 33 | 5 | 114 | 106 | 122 |
| Binary | 11100000 | 11110001 | 10110000 | 111 | 0 | 11011 | 101 | 1001100 | 1000110 | 1010010 |
Color Harmonies of #E0F1B0
Complementary color
Monochromatic Colors of #E0F1B0
Black with #E0F1B0
Text Example
Text Example
White with #E0F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1B0; }
p { color: rgb(224,241,176); }
H1.HeaderClassName
{
color: #E0F1B0;
}
.AnyTagClassName
{
color: #E0F1B0;
}
</style>
background-color css
<style>
a { background-color: #E0F1B0; }
a { background-color: rgb(224,241,176); }
div.DivClassName
{
background-color: #E0F1B0;
}
.BgClassName
{
background-color: #E0F1B0;
}
</style>
border-color css
<style>
span { border-color: #E0F1B0; }
span { border-color: rgb(224,241,176); }
td.TdClassName
{
border-color: #E0F1B0;
}
.TagClassName
{
border-color: #E0F1B0;
}
</style>