Shades of Australian Mint #E6FDA6
Tints of Australian Mint #E6FDA6
RGB
CMYK
RGB Variations
Color information
#E6FDA6 (or 0xE6FDA6) is known color: Australian Mint. HEX triplet: E6, FD and A6. RGB value is (230,253,166). Sum of RGB (Red+Green+Blue) = 230+253+166=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FDA6 is #190259. Grayscale: #ECECEC. Windows color (decimal): -1639002 or 10943974. OLE color: 10943974.
HSL color Cylindrical-coordinate representation of color #E6FDA6: hue angle of 75.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6FDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 166 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.01 |
| HSL | 75.86º | 0.96% | 0.82% | - |
| HSV(B) | 75.86º | 0.34% | 0.99% | - |
| XYZ | 74.64 | 89.83 | 49.48 | - |
| YUV | 236.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 166 | 0.09 | 0 | 0.34 | 0.01 | 75.86 | 0.96 | 0.82 |
| Hex | E6 | FD | A6 | 9 | 0 | 22 | 1 | 4C | 60 | 52 |
| Octal | 346 | 375 | 246 | 11 | 0 | 42 | 1 | 114 | 140 | 122 |
| Binary | 11100110 | 11111101 | 10100110 | 1001 | 0 | 100010 | 1 | 1001100 | 1100000 | 1010010 |
Color Harmonies of #E6FDA6
Complementary color
Monochromatic Colors of #E6FDA6
Black with #E6FDA6
Text Example
Text Example
White with #E6FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDA6; }
p { color: rgb(230,253,166); }
H1.HeaderClassName
{
color: #E6FDA6;
}
.AnyTagClassName
{
color: #E6FDA6;
}
</style>
background-color css
<style>
a { background-color: #E6FDA6; }
a { background-color: rgb(230,253,166); }
div.DivClassName
{
background-color: #E6FDA6;
}
.BgClassName
{
background-color: #E6FDA6;
}
</style>
border-color css
<style>
span { border-color: #E6FDA6; }
span { border-color: rgb(230,253,166); }
td.TdClassName
{
border-color: #E6FDA6;
}
.TagClassName
{
border-color: #E6FDA6;
}
</style>