Shades of Australian Mint #EFFAA9
Tints of Australian Mint #EFFAA9
RGB
CMYK
RGB Variations
Color information
#EFFAA9 (or 0xEFFAA9) is known color: Australian Mint. HEX triplet: EF, FA and A9. RGB value is (239,250,169). Sum of RGB (Red+Green+Blue) = 239+250+169=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 169 (66.41% from 255 or 25.68% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAA9 is #100556. Grayscale: #EDEDED. Windows color (decimal): -1049943 or 11139823. OLE color: 11139823.
HSL color Cylindrical-coordinate representation of color #EFFAA9: hue angle of 68.15º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFFAA9 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 169 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.02 |
| HSL | 68.15º | 0.89% | 0.82% | - |
| HSV(B) | 68.15º | 0.32% | 0.98% | - |
| XYZ | 76.94 | 89.59 | 50.77 | - |
| YUV | 237.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 169 | 0.04 | 0 | 0.32 | 0.02 | 68.15 | 0.89 | 0.82 |
| Hex | EF | FA | A9 | 4 | 0 | 20 | 2 | 44 | 59 | 52 |
| Octal | 357 | 372 | 251 | 4 | 0 | 40 | 2 | 104 | 131 | 122 |
| Binary | 11101111 | 11111010 | 10101001 | 100 | 0 | 100000 | 10 | 1000100 | 1011001 | 1010010 |
Color Harmonies of #EFFAA9
Complementary color
Monochromatic Colors of #EFFAA9
Black with #EFFAA9
Text Example
Text Example
White with #EFFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAA9; }
p { color: rgb(239,250,169); }
H1.HeaderClassName
{
color: #EFFAA9;
}
.AnyTagClassName
{
color: #EFFAA9;
}
</style>
background-color css
<style>
a { background-color: #EFFAA9; }
a { background-color: rgb(239,250,169); }
div.DivClassName
{
background-color: #EFFAA9;
}
.BgClassName
{
background-color: #EFFAA9;
}
</style>
border-color css
<style>
span { border-color: #EFFAA9; }
span { border-color: rgb(239,250,169); }
td.TdClassName
{
border-color: #EFFAA9;
}
.TagClassName
{
border-color: #EFFAA9;
}
</style>