Shades of Australian Mint #E9FFB2
Tints of Australian Mint #E9FFB2
RGB
CMYK
RGB Variations
Color information
#E9FFB2 (or 0xE9FFB2) is known color: Australian Mint. HEX triplet: E9, FF and B2. RGB value is (233,255,178). Sum of RGB (Red+Green+Blue) = 233+255+178=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 178 (69.92% from 255 or 26.73% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FFB2 is #16004D. Grayscale: #EFEFEF. Windows color (decimal): -1441870 or 11730921. OLE color: 11730921.
HSL color Cylindrical-coordinate representation of color #E9FFB2: hue angle of 77.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9FFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 178 | - |
| CMYK | 0.09 | 0 | 0.30 | 0 |
| HSL | 77.14º | 1% | 0.85% | - |
| HSV(B) | 77.14º | 0.3% | 1% | - |
| XYZ | 77.4 | 92.06 | 55.81 | - |
| YUV | 239.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 178 | 0.09 | 0 | 0.30 | 0 | 77.14 | 1 | 0.85 |
| Hex | E9 | FF | B2 | 9 | 0 | 1E | 0 | 4D | 64 | 55 |
| Octal | 351 | 377 | 262 | 11 | 0 | 36 | 0 | 115 | 144 | 125 |
| Binary | 11101001 | 11111111 | 10110010 | 1001 | 0 | 11110 | 0 | 1001101 | 1100100 | 1010101 |
Color Harmonies of #E9FFB2
Complementary color
Monochromatic Colors of #E9FFB2
Black with #E9FFB2
Text Example
Text Example
White with #E9FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFB2; }
p { color: rgb(233,255,178); }
H1.HeaderClassName
{
color: #E9FFB2;
}
.AnyTagClassName
{
color: #E9FFB2;
}
</style>
background-color css
<style>
a { background-color: #E9FFB2; }
a { background-color: rgb(233,255,178); }
div.DivClassName
{
background-color: #E9FFB2;
}
.BgClassName
{
background-color: #E9FFB2;
}
</style>
border-color css
<style>
span { border-color: #E9FFB2; }
span { border-color: rgb(233,255,178); }
td.TdClassName
{
border-color: #E9FFB2;
}
.TagClassName
{
border-color: #E9FFB2;
}
</style>