Shades of Australian Mint #EFF7AA
Tints of Australian Mint #EFF7AA
RGB
CMYK
RGB Variations
Color information
#EFF7AA (or 0xEFF7AA) is known color: Australian Mint. HEX triplet: EF, F7 and AA. RGB value is (239,247,170). Sum of RGB (Red+Green+Blue) = 239+247+170=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF7AA is #100855. Grayscale: #ECECEC. Windows color (decimal): -1050710 or 11204591. OLE color: 11204591.
HSL color Cylindrical-coordinate representation of color #EFF7AA: hue angle of 66.23º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF7AA is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 170 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.03 |
| HSL | 66.23º | 0.83% | 0.82% | - |
| HSV(B) | 66.23º | 0.31% | 0.97% | - |
| XYZ | 76.11 | 87.77 | 50.96 | - |
| YUV | 235.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 170 | 0.03 | 0 | 0.31 | 0.03 | 66.23 | 0.83 | 0.82 |
| Hex | EF | F7 | AA | 3 | 0 | 1F | 3 | 42 | 53 | 52 |
| Octal | 357 | 367 | 252 | 3 | 0 | 37 | 3 | 102 | 123 | 122 |
| Binary | 11101111 | 11110111 | 10101010 | 11 | 0 | 11111 | 11 | 1000010 | 1010011 | 1010010 |
Color Harmonies of #EFF7AA
Complementary color
Monochromatic Colors of #EFF7AA
Black with #EFF7AA
Text Example
Text Example
White with #EFF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7AA; }
p { color: rgb(239,247,170); }
H1.HeaderClassName
{
color: #EFF7AA;
}
.AnyTagClassName
{
color: #EFF7AA;
}
</style>
background-color css
<style>
a { background-color: #EFF7AA; }
a { background-color: rgb(239,247,170); }
div.DivClassName
{
background-color: #EFF7AA;
}
.BgClassName
{
background-color: #EFF7AA;
}
</style>
border-color css
<style>
span { border-color: #EFF7AA; }
span { border-color: rgb(239,247,170); }
td.TdClassName
{
border-color: #EFF7AA;
}
.TagClassName
{
border-color: #EFF7AA;
}
</style>