Shades of Australian Mint #E6FFA2
Tints of Australian Mint #E6FFA2
RGB
CMYK
RGB Variations
Color information
#E6FFA2 (or 0xE6FFA2) is known color: Australian Mint. HEX triplet: E6, FF and A2. RGB value is (230,255,162). Sum of RGB (Red+Green+Blue) = 230+255+162=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFA2 is #19005D. Grayscale: #EDEDED. Windows color (decimal): -1638494 or 10682342. OLE color: 10682342.
HSL color Cylindrical-coordinate representation of color #E6FFA2: hue angle of 76.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6FFA2 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 162 | - |
| CMYK | 0.10 | 0 | 0.36 | 0 |
| HSL | 76.13º | 1% | 0.82% | - |
| HSV(B) | 76.13º | 0.36% | 1% | - |
| XYZ | 74.91 | 90.95 | 47.79 | - |
| YUV | 236.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 162 | 0.10 | 0 | 0.36 | 0 | 76.13 | 1 | 0.82 |
| Hex | E6 | FF | A2 | A | 0 | 24 | 0 | 4C | 64 | 52 |
| Octal | 346 | 377 | 242 | 12 | 0 | 44 | 0 | 114 | 144 | 122 |
| Binary | 11100110 | 11111111 | 10100010 | 1010 | 0 | 100100 | 0 | 1001100 | 1100100 | 1010010 |
Color Harmonies of #E6FFA2
Complementary color
Monochromatic Colors of #E6FFA2
Black with #E6FFA2
Text Example
Text Example
White with #E6FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFA2; }
p { color: rgb(230,255,162); }
H1.HeaderClassName
{
color: #E6FFA2;
}
.AnyTagClassName
{
color: #E6FFA2;
}
</style>
background-color css
<style>
a { background-color: #E6FFA2; }
a { background-color: rgb(230,255,162); }
div.DivClassName
{
background-color: #E6FFA2;
}
.BgClassName
{
background-color: #E6FFA2;
}
</style>
border-color css
<style>
span { border-color: #E6FFA2; }
span { border-color: rgb(230,255,162); }
td.TdClassName
{
border-color: #E6FFA2;
}
.TagClassName
{
border-color: #E6FFA2;
}
</style>