Shades of Australian Mint #EFF5AC
Tints of Australian Mint #EFF5AC
RGB
CMYK
RGB Variations
Color information
#EFF5AC (or 0xEFF5AC) is known color: Australian Mint. HEX triplet: EF, F5 and AC. RGB value is (239,245,172). Sum of RGB (Red+Green+Blue) = 239+245+172=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AC is #100A53. Grayscale: #EBEBEB. Windows color (decimal): -1051220 or 11335151. OLE color: 11335151.
HSL color Cylindrical-coordinate representation of color #EFF5AC: hue angle of 64.93º degrees, saturation: 0.78, 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 #EFF5AC is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 172 | - |
CMYK | 0.02 | 0 | 0.30 | 0.04 |
HSL | 64.93º | 0.78% | 0.82% | - |
HSV(B) | 64.93º | 0.3% | 0.96% | - |
XYZ | 75.7 | 86.63 | 51.76 | - |
YUV | 234.88 | 92.51 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 172 | 0.02 | 0 | 0.30 | 0.04 | 64.93 | 0.78 | 0.82 |
Hex | EF | F5 | AC | 2 | 0 | 1E | 4 | 41 | 4E | 52 |
Octal | 357 | 365 | 254 | 2 | 0 | 36 | 4 | 101 | 116 | 122 |
Binary | 11101111 | 11110101 | 10101100 | 10 | 0 | 11110 | 100 | 1000001 | 1001110 | 1010010 |
Color Harmonies of #EFF5AC
Complementary color
Monochromatic Colors of #EFF5AC
Black with #EFF5AC
Text Example
Text Example
White with #EFF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5AC; }
p { color: rgb(239,245,172); }
H1.HeaderClassName
{
color: #EFF5AC;
}
.AnyTagClassName
{
color: #EFF5AC;
}
</style>
background-color css
<style>
a { background-color: #EFF5AC; }
a { background-color: rgb(239,245,172); }
div.DivClassName
{
background-color: #EFF5AC;
}
.BgClassName
{
background-color: #EFF5AC;
}
</style>
border-color css
<style>
span { border-color: #EFF5AC; }
span { border-color: rgb(239,245,172); }
td.TdClassName
{
border-color: #EFF5AC;
}
.TagClassName
{
border-color: #EFF5AC;
}
</style>