Shades of Australian Mint #DFF0AC
Tints of Australian Mint #DFF0AC
RGB
CMYK
RGB Variations
Color information
#DFF0AC (or 0xDFF0AC) is known color: Australian Mint. HEX triplet: DF, F0 and AC. RGB value is (223,240,172). Sum of RGB (Red+Green+Blue) = 223+240+172=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF0AC is #200F53. Grayscale: #E3E3E3. Windows color (decimal): -2101076 or 11333855. OLE color: 11333855.
HSL color Cylindrical-coordinate representation of color #DFF0AC: hue angle of 75º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF0AC is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 172 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.06 |
| HSL | 75º | 0.69% | 0.81% | - |
| HSV(B) | 75º | 0.28% | 0.94% | - |
| XYZ | 69.04 | 80.99 | 51.02 | - |
| YUV | 227.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 172 | 0.07 | 0 | 0.28 | 0.06 | 75 | 0.69 | 0.81 |
| Hex | DF | F0 | AC | 7 | 0 | 1C | 6 | 4B | 45 | 51 |
| Octal | 337 | 360 | 254 | 7 | 0 | 34 | 6 | 113 | 105 | 121 |
| Binary | 11011111 | 11110000 | 10101100 | 111 | 0 | 11100 | 110 | 1001011 | 1000101 | 1010001 |
Color Harmonies of #DFF0AC
Complementary color
Monochromatic Colors of #DFF0AC
Black with #DFF0AC
Text Example
Text Example
White with #DFF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0AC; }
p { color: rgb(223,240,172); }
H1.HeaderClassName
{
color: #DFF0AC;
}
.AnyTagClassName
{
color: #DFF0AC;
}
</style>
background-color css
<style>
a { background-color: #DFF0AC; }
a { background-color: rgb(223,240,172); }
div.DivClassName
{
background-color: #DFF0AC;
}
.BgClassName
{
background-color: #DFF0AC;
}
</style>
border-color css
<style>
span { border-color: #DFF0AC; }
span { border-color: rgb(223,240,172); }
td.TdClassName
{
border-color: #DFF0AC;
}
.TagClassName
{
border-color: #DFF0AC;
}
</style>