Shades of Australian Mint #EFFFA0
Tints of Australian Mint #EFFFA0
RGB
CMYK
RGB Variations
Color information
#EFFFA0 (or 0xEFFFA0) is known color: Australian Mint. HEX triplet: EF, FF and A0. RGB value is (239,255,160). Sum of RGB (Red+Green+Blue) = 239+255+160=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFA0 is #10005F. Grayscale: #EFEFEF. Windows color (decimal): -1048672 or 10551279. OLE color: 10551279.
HSL color Cylindrical-coordinate representation of color #EFFFA0: hue angle of 70.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFFFA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 160 | - |
| CMYK | 0.06 | 0 | 0.37 | 0 |
| HSL | 70.11º | 1% | 0.81% | - |
| HSV(B) | 70.11º | 0.37% | 1% | - |
| XYZ | 77.7 | 92.41 | 47 | - |
| YUV | 239.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 160 | 0.06 | 0 | 0.37 | 0 | 70.11 | 1 | 0.81 |
| Hex | EF | FF | A0 | 6 | 0 | 25 | 0 | 46 | 64 | 51 |
| Octal | 357 | 377 | 240 | 6 | 0 | 45 | 0 | 106 | 144 | 121 |
| Binary | 11101111 | 11111111 | 10100000 | 110 | 0 | 100101 | 0 | 1000110 | 1100100 | 1010001 |
Color Harmonies of #EFFFA0
Complementary color
Monochromatic Colors of #EFFFA0
Black with #EFFFA0
Text Example
Text Example
White with #EFFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFA0; }
p { color: rgb(239,255,160); }
H1.HeaderClassName
{
color: #EFFFA0;
}
.AnyTagClassName
{
color: #EFFFA0;
}
</style>
background-color css
<style>
a { background-color: #EFFFA0; }
a { background-color: rgb(239,255,160); }
div.DivClassName
{
background-color: #EFFFA0;
}
.BgClassName
{
background-color: #EFFFA0;
}
</style>
border-color css
<style>
span { border-color: #EFFFA0; }
span { border-color: rgb(239,255,160); }
td.TdClassName
{
border-color: #EFFFA0;
}
.TagClassName
{
border-color: #EFFFA0;
}
</style>