Shades of Australian Mint #E6FDA1
Tints of Australian Mint #E6FDA1
RGB
CMYK
RGB Variations
Color information
#E6FDA1 (or 0xE6FDA1) is known color: Australian Mint. HEX triplet: E6, FD and A1. RGB value is (230,253,161). Sum of RGB (Red+Green+Blue) = 230+253+161=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FDA1 is #19025E. Grayscale: #EBEBEB. Windows color (decimal): -1639007 or 10616294. OLE color: 10616294.
HSL color Cylindrical-coordinate representation of color #E6FDA1: hue angle of 75º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6FDA1 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 161 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.01 |
| HSL | 75º | 0.96% | 0.81% | - |
| HSV(B) | 75º | 0.36% | 0.99% | - |
| XYZ | 74.19 | 89.65 | 47.11 | - |
| YUV | 235.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 161 | 0.09 | 0 | 0.36 | 0.01 | 75 | 0.96 | 0.81 |
| Hex | E6 | FD | A1 | 9 | 0 | 24 | 1 | 4B | 60 | 51 |
| Octal | 346 | 375 | 241 | 11 | 0 | 44 | 1 | 113 | 140 | 121 |
| Binary | 11100110 | 11111101 | 10100001 | 1001 | 0 | 100100 | 1 | 1001011 | 1100000 | 1010001 |
Color Harmonies of #E6FDA1
Complementary color
Monochromatic Colors of #E6FDA1
Black with #E6FDA1
Text Example
Text Example
White with #E6FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDA1; }
p { color: rgb(230,253,161); }
H1.HeaderClassName
{
color: #E6FDA1;
}
.AnyTagClassName
{
color: #E6FDA1;
}
</style>
background-color css
<style>
a { background-color: #E6FDA1; }
a { background-color: rgb(230,253,161); }
div.DivClassName
{
background-color: #E6FDA1;
}
.BgClassName
{
background-color: #E6FDA1;
}
</style>
border-color css
<style>
span { border-color: #E6FDA1; }
span { border-color: rgb(230,253,161); }
td.TdClassName
{
border-color: #E6FDA1;
}
.TagClassName
{
border-color: #E6FDA1;
}
</style>