Shades of Australian Mint #EFF6AD
Tints of Australian Mint #EFF6AD
RGB
CMYK
RGB Variations
Color information
#EFF6AD (or 0xEFF6AD) is known color: Australian Mint. HEX triplet: EF, F6 and AD. RGB value is (239,246,173). Sum of RGB (Red+Green+Blue) = 239+246+173=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF6AD is #100952. Grayscale: #EBEBEB. Windows color (decimal): -1050963 or 11400943. OLE color: 11400943.
HSL color Cylindrical-coordinate representation of color #EFF6AD: hue angle of 65.75º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF6AD is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 173 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 65.75º | 0.8% | 0.82% | - |
| HSV(B) | 65.75º | 0.3% | 0.96% | - |
| XYZ | 76.1 | 87.28 | 52.37 | - |
| YUV | 235.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 173 | 0.03 | 0 | 0.30 | 0.04 | 65.75 | 0.8 | 0.82 |
| Hex | EF | F6 | AD | 3 | 0 | 1E | 4 | 42 | 50 | 52 |
| Octal | 357 | 366 | 255 | 3 | 0 | 36 | 4 | 102 | 120 | 122 |
| Binary | 11101111 | 11110110 | 10101101 | 11 | 0 | 11110 | 100 | 1000010 | 1010000 | 1010010 |
Color Harmonies of #EFF6AD
Complementary color
Monochromatic Colors of #EFF6AD
Black with #EFF6AD
Text Example
Text Example
White with #EFF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6AD; }
p { color: rgb(239,246,173); }
H1.HeaderClassName
{
color: #EFF6AD;
}
.AnyTagClassName
{
color: #EFF6AD;
}
</style>
background-color css
<style>
a { background-color: #EFF6AD; }
a { background-color: rgb(239,246,173); }
div.DivClassName
{
background-color: #EFF6AD;
}
.BgClassName
{
background-color: #EFF6AD;
}
</style>
border-color css
<style>
span { border-color: #EFF6AD; }
span { border-color: rgb(239,246,173); }
td.TdClassName
{
border-color: #EFF6AD;
}
.TagClassName
{
border-color: #EFF6AD;
}
</style>