Shades of Australian Mint #EFF2AD
Tints of Australian Mint #EFF2AD
RGB
CMYK
RGB Variations
Color information
#EFF2AD (or 0xEFF2AD) is known color: Australian Mint. HEX triplet: EF, F2 and AD. RGB value is (239,242,173). Sum of RGB (Red+Green+Blue) = 239+242+173=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AD is #100D52. Grayscale: #E9E9E9. Windows color (decimal): -1051987 or 11399919. OLE color: 11399919.
HSL color Cylindrical-coordinate representation of color #EFF2AD: hue angle of 62.61º 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 #EFF2AD is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 173 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 62.61º | 0.73% | 0.81% | - |
| HSV(B) | 62.61º | 0.29% | 0.95% | - |
| XYZ | 74.89 | 84.87 | 51.97 | - |
| YUV | 233.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 173 | 0.01 | 0 | 0.29 | 0.05 | 62.61 | 0.73 | 0.81 |
| Hex | EF | F2 | AD | 1 | 0 | 1D | 5 | 3F | 49 | 51 |
| Octal | 357 | 362 | 255 | 1 | 0 | 35 | 5 | 77 | 111 | 121 |
| Binary | 11101111 | 11110010 | 10101101 | 1 | 0 | 11101 | 101 | 111111 | 1001001 | 1010001 |
Color Harmonies of #EFF2AD
Complementary color
Monochromatic Colors of #EFF2AD
Black with #EFF2AD
Text Example
Text Example
White with #EFF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2AD; }
p { color: rgb(239,242,173); }
H1.HeaderClassName
{
color: #EFF2AD;
}
.AnyTagClassName
{
color: #EFF2AD;
}
</style>
background-color css
<style>
a { background-color: #EFF2AD; }
a { background-color: rgb(239,242,173); }
div.DivClassName
{
background-color: #EFF2AD;
}
.BgClassName
{
background-color: #EFF2AD;
}
</style>
border-color css
<style>
span { border-color: #EFF2AD; }
span { border-color: rgb(239,242,173); }
td.TdClassName
{
border-color: #EFF2AD;
}
.TagClassName
{
border-color: #EFF2AD;
}
</style>