Shades of Australian Mint #EFF6AA
Tints of Australian Mint #EFF6AA
RGB
CMYK
RGB Variations
Color information
#EFF6AA (or 0xEFF6AA) is known color: Australian Mint. HEX triplet: EF, F6 and AA. RGB value is (239,246,170). Sum of RGB (Red+Green+Blue) = 239+246+170=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF6AA is #100955. Grayscale: #EBEBEB. Windows color (decimal): -1050966 or 11204335. OLE color: 11204335.
HSL color Cylindrical-coordinate representation of color #EFF6AA: hue angle of 65.53º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF6AA is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 170 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.04 |
| HSL | 65.53º | 0.81% | 0.82% | - |
| HSV(B) | 65.53º | 0.31% | 0.96% | - |
| XYZ | 75.81 | 87.16 | 50.86 | - |
| YUV | 235.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 170 | 0.03 | 0 | 0.31 | 0.04 | 65.53 | 0.81 | 0.82 |
| Hex | EF | F6 | AA | 3 | 0 | 1F | 4 | 42 | 51 | 52 |
| Octal | 357 | 366 | 252 | 3 | 0 | 37 | 4 | 102 | 121 | 122 |
| Binary | 11101111 | 11110110 | 10101010 | 11 | 0 | 11111 | 100 | 1000010 | 1010001 | 1010010 |
Color Harmonies of #EFF6AA
Complementary color
Monochromatic Colors of #EFF6AA
Black with #EFF6AA
Text Example
Text Example
White with #EFF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6AA; }
p { color: rgb(239,246,170); }
H1.HeaderClassName
{
color: #EFF6AA;
}
.AnyTagClassName
{
color: #EFF6AA;
}
</style>
background-color css
<style>
a { background-color: #EFF6AA; }
a { background-color: rgb(239,246,170); }
div.DivClassName
{
background-color: #EFF6AA;
}
.BgClassName
{
background-color: #EFF6AA;
}
</style>
border-color css
<style>
span { border-color: #EFF6AA; }
span { border-color: rgb(239,246,170); }
td.TdClassName
{
border-color: #EFF6AA;
}
.TagClassName
{
border-color: #EFF6AA;
}
</style>