Shades of Australian Mint #EFF4AA
Tints of Australian Mint #EFF4AA
RGB
CMYK
RGB Variations
Color information
#EFF4AA (or 0xEFF4AA) is known color: Australian Mint. HEX triplet: EF, F4 and AA. RGB value is (239,244,170). Sum of RGB (Red+Green+Blue) = 239+244+170=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF4AA is #100B55. Grayscale: #EAEAEA. Windows color (decimal): -1051478 or 11203823. OLE color: 11203823.
HSL color Cylindrical-coordinate representation of color #EFF4AA: hue angle of 64.05º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF4AA is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 170 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.04 |
| HSL | 64.05º | 0.77% | 0.81% | - |
| HSV(B) | 64.05º | 0.3% | 0.96% | - |
| XYZ | 75.2 | 85.95 | 50.66 | - |
| YUV | 234.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 170 | 0.02 | 0 | 0.30 | 0.04 | 64.05 | 0.77 | 0.81 |
| Hex | EF | F4 | AA | 2 | 0 | 1E | 4 | 40 | 4D | 51 |
| Octal | 357 | 364 | 252 | 2 | 0 | 36 | 4 | 100 | 115 | 121 |
| Binary | 11101111 | 11110100 | 10101010 | 10 | 0 | 11110 | 100 | 1000000 | 1001101 | 1010001 |
Color Harmonies of #EFF4AA
Complementary color
Monochromatic Colors of #EFF4AA
Black with #EFF4AA
Text Example
Text Example
White with #EFF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4AA; }
p { color: rgb(239,244,170); }
H1.HeaderClassName
{
color: #EFF4AA;
}
.AnyTagClassName
{
color: #EFF4AA;
}
</style>
background-color css
<style>
a { background-color: #EFF4AA; }
a { background-color: rgb(239,244,170); }
div.DivClassName
{
background-color: #EFF4AA;
}
.BgClassName
{
background-color: #EFF4AA;
}
</style>
border-color css
<style>
span { border-color: #EFF4AA; }
span { border-color: rgb(239,244,170); }
td.TdClassName
{
border-color: #EFF4AA;
}
.TagClassName
{
border-color: #EFF4AA;
}
</style>