Shades of Australian Mint #E9FFAF
Tints of Australian Mint #E9FFAF
RGB
CMYK
RGB Variations
Color information
#E9FFAF (or 0xE9FFAF) is known color: Australian Mint. HEX triplet: E9, FF and AF. RGB value is (233,255,175). Sum of RGB (Red+Green+Blue) = 233+255+175=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FFAF is #160050. Grayscale: #EFEFEF. Windows color (decimal): -1441873 or 11534313. OLE color: 11534313.
HSL color Cylindrical-coordinate representation of color #E9FFAF: hue angle of 76.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9FFAF is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 175 | - |
| CMYK | 0.09 | 0 | 0.31 | 0 |
| HSL | 76.5º | 1% | 0.84% | - |
| HSV(B) | 76.5º | 0.31% | 1% | - |
| XYZ | 77.1 | 91.94 | 54.24 | - |
| YUV | 239.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 175 | 0.09 | 0 | 0.31 | 0 | 76.5 | 1 | 0.84 |
| Hex | E9 | FF | AF | 9 | 0 | 1F | 0 | 4C | 64 | 54 |
| Octal | 351 | 377 | 257 | 11 | 0 | 37 | 0 | 114 | 144 | 124 |
| Binary | 11101001 | 11111111 | 10101111 | 1001 | 0 | 11111 | 0 | 1001100 | 1100100 | 1010100 |
Color Harmonies of #E9FFAF
Complementary color
Monochromatic Colors of #E9FFAF
Black with #E9FFAF
Text Example
Text Example
White with #E9FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFAF; }
p { color: rgb(233,255,175); }
H1.HeaderClassName
{
color: #E9FFAF;
}
.AnyTagClassName
{
color: #E9FFAF;
}
</style>
background-color css
<style>
a { background-color: #E9FFAF; }
a { background-color: rgb(233,255,175); }
div.DivClassName
{
background-color: #E9FFAF;
}
.BgClassName
{
background-color: #E9FFAF;
}
</style>
border-color css
<style>
span { border-color: #E9FFAF; }
span { border-color: rgb(233,255,175); }
td.TdClassName
{
border-color: #E9FFAF;
}
.TagClassName
{
border-color: #E9FFAF;
}
</style>