Shades of Australian Mint #EFFFAD
Tints of Australian Mint #EFFFAD
RGB
CMYK
RGB Variations
Color information
#EFFFAD (or 0xEFFFAD) is known color: Australian Mint. HEX triplet: EF, FF and AD. RGB value is (239,255,173). Sum of RGB (Red+Green+Blue) = 239+255+173=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAD is #100052. Grayscale: #F1F1F1. Windows color (decimal): -1048659 or 11403247. OLE color: 11403247.
HSL color Cylindrical-coordinate representation of color #EFFFAD: hue angle of 71.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFFFAD is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 173 | - |
| CMYK | 0.06 | 0 | 0.32 | 0 |
| HSL | 71.71º | 1% | 0.84% | - |
| HSV(B) | 71.71º | 0.32% | 1% | - |
| XYZ | 78.9 | 92.89 | 53.31 | - |
| YUV | 240.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 173 | 0.06 | 0 | 0.32 | 0 | 71.71 | 1 | 0.84 |
| Hex | EF | FF | AD | 6 | 0 | 20 | 0 | 48 | 64 | 54 |
| Octal | 357 | 377 | 255 | 6 | 0 | 40 | 0 | 110 | 144 | 124 |
| Binary | 11101111 | 11111111 | 10101101 | 110 | 0 | 100000 | 0 | 1001000 | 1100100 | 1010100 |
Color Harmonies of #EFFFAD
Complementary color
Monochromatic Colors of #EFFFAD
Black with #EFFFAD
Text Example
Text Example
White with #EFFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFAD; }
p { color: rgb(239,255,173); }
H1.HeaderClassName
{
color: #EFFFAD;
}
.AnyTagClassName
{
color: #EFFFAD;
}
</style>
background-color css
<style>
a { background-color: #EFFFAD; }
a { background-color: rgb(239,255,173); }
div.DivClassName
{
background-color: #EFFFAD;
}
.BgClassName
{
background-color: #EFFFAD;
}
</style>
border-color css
<style>
span { border-color: #EFFFAD; }
span { border-color: rgb(239,255,173); }
td.TdClassName
{
border-color: #EFFFAD;
}
.TagClassName
{
border-color: #EFFFAD;
}
</style>