Shades of Australian Mint #E6FFAC
Tints of Australian Mint #E6FFAC
RGB
CMYK
RGB Variations
Color information
#E6FFAC (or 0xE6FFAC) is known color: Australian Mint. HEX triplet: E6, FF and AC. RGB value is (230,255,172). Sum of RGB (Red+Green+Blue) = 230+255+172=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 172 (67.58% from 255 or 26.18% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFAC is #190053. Grayscale: #EEEEEE. Windows color (decimal): -1638484 or 11337702. OLE color: 11337702.
HSL color Cylindrical-coordinate representation of color #E6FFAC: hue angle of 78.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6FFAC is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 172 | - |
| CMYK | 0.10 | 0 | 0.33 | 0 |
| HSL | 78.07º | 1% | 0.84% | - |
| HSV(B) | 78.07º | 0.33% | 1% | - |
| XYZ | 75.84 | 91.32 | 52.66 | - |
| YUV | 238.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 172 | 0.10 | 0 | 0.33 | 0 | 78.07 | 1 | 0.84 |
| Hex | E6 | FF | AC | A | 0 | 21 | 0 | 4E | 64 | 54 |
| Octal | 346 | 377 | 254 | 12 | 0 | 41 | 0 | 116 | 144 | 124 |
| Binary | 11100110 | 11111111 | 10101100 | 1010 | 0 | 100001 | 0 | 1001110 | 1100100 | 1010100 |
Color Harmonies of #E6FFAC
Complementary color
Monochromatic Colors of #E6FFAC
Black with #E6FFAC
Text Example
Text Example
White with #E6FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFAC; }
p { color: rgb(230,255,172); }
H1.HeaderClassName
{
color: #E6FFAC;
}
.AnyTagClassName
{
color: #E6FFAC;
}
</style>
background-color css
<style>
a { background-color: #E6FFAC; }
a { background-color: rgb(230,255,172); }
div.DivClassName
{
background-color: #E6FFAC;
}
.BgClassName
{
background-color: #E6FFAC;
}
</style>
border-color css
<style>
span { border-color: #E6FFAC; }
span { border-color: rgb(230,255,172); }
td.TdClassName
{
border-color: #E6FFAC;
}
.TagClassName
{
border-color: #E6FFAC;
}
</style>