Shades of Australian Mint #EFF2AC
Tints of Australian Mint #EFF2AC
RGB
CMYK
RGB Variations
Color information
#EFF2AC (or 0xEFF2AC) is known color: Australian Mint. HEX triplet: EF, F2 and AC. RGB value is (239,242,172). Sum of RGB (Red+Green+Blue) = 239+242+172=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AC is #100D53. Grayscale: #E9E9E9. Windows color (decimal): -1051988 or 11334383. OLE color: 11334383.
HSL color Cylindrical-coordinate representation of color #EFF2AC: hue angle of 62.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF2AC is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 172 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 62.57º | 0.73% | 0.81% | - |
| HSV(B) | 62.57º | 0.29% | 0.95% | - |
| XYZ | 74.8 | 84.83 | 51.46 | - |
| YUV | 233.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 172 | 0.01 | 0 | 0.29 | 0.05 | 62.57 | 0.73 | 0.81 |
| Hex | EF | F2 | AC | 1 | 0 | 1D | 5 | 3F | 49 | 51 |
| Octal | 357 | 362 | 254 | 1 | 0 | 35 | 5 | 77 | 111 | 121 |
| Binary | 11101111 | 11110010 | 10101100 | 1 | 0 | 11101 | 101 | 111111 | 1001001 | 1010001 |
Color Harmonies of #EFF2AC
Complementary color
Monochromatic Colors of #EFF2AC
Black with #EFF2AC
Text Example
Text Example
White with #EFF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2AC; }
p { color: rgb(239,242,172); }
H1.HeaderClassName
{
color: #EFF2AC;
}
.AnyTagClassName
{
color: #EFF2AC;
}
</style>
background-color css
<style>
a { background-color: #EFF2AC; }
a { background-color: rgb(239,242,172); }
div.DivClassName
{
background-color: #EFF2AC;
}
.BgClassName
{
background-color: #EFF2AC;
}
</style>
border-color css
<style>
span { border-color: #EFF2AC; }
span { border-color: rgb(239,242,172); }
td.TdClassName
{
border-color: #EFF2AC;
}
.TagClassName
{
border-color: #EFF2AC;
}
</style>