Shades of Australian Mint #E9FDAA
Tints of Australian Mint #E9FDAA
RGB
CMYK
RGB Variations
Color information
#E9FDAA (or 0xE9FDAA) is known color: Australian Mint. HEX triplet: E9, FD and AA. RGB value is (233,253,170). Sum of RGB (Red+Green+Blue) = 233+253+170=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FDAA is #160255. Grayscale: #EDEDED. Windows color (decimal): -1442390 or 11206121. OLE color: 11206121.
HSL color Cylindrical-coordinate representation of color #E9FDAA: hue angle of 74.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9FDAA is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 253 | 170 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.01 |
| HSL | 74.46º | 0.95% | 0.83% | - |
| HSV(B) | 74.46º | 0.33% | 0.99% | - |
| XYZ | 75.99 | 90.48 | 51.49 | - |
| YUV | 237.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 253 | 170 | 0.08 | 0 | 0.33 | 0.01 | 74.46 | 0.95 | 0.83 |
| Hex | E9 | FD | AA | 8 | 0 | 21 | 1 | 4A | 5F | 53 |
| Octal | 351 | 375 | 252 | 10 | 0 | 41 | 1 | 112 | 137 | 123 |
| Binary | 11101001 | 11111101 | 10101010 | 1000 | 0 | 100001 | 1 | 1001010 | 1011111 | 1010011 |
Color Harmonies of #E9FDAA
Complementary color
Monochromatic Colors of #E9FDAA
Black with #E9FDAA
Text Example
Text Example
White with #E9FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDAA; }
p { color: rgb(233,253,170); }
H1.HeaderClassName
{
color: #E9FDAA;
}
.AnyTagClassName
{
color: #E9FDAA;
}
</style>
background-color css
<style>
a { background-color: #E9FDAA; }
a { background-color: rgb(233,253,170); }
div.DivClassName
{
background-color: #E9FDAA;
}
.BgClassName
{
background-color: #E9FDAA;
}
</style>
border-color css
<style>
span { border-color: #E9FDAA; }
span { border-color: rgb(233,253,170); }
td.TdClassName
{
border-color: #E9FDAA;
}
.TagClassName
{
border-color: #E9FDAA;
}
</style>