Shades of Australian Mint #EEFFA1
Tints of Australian Mint #EEFFA1
RGB
CMYK
RGB Variations
Color information
#EEFFA1 (or 0xEEFFA1) is known color: Australian Mint. HEX triplet: EE, FF and A1. RGB value is (238,255,161). Sum of RGB (Red+Green+Blue) = 238+255+161=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA1 is #11005E. Grayscale: #EFEFEF. Windows color (decimal): -1114207 or 10616814. OLE color: 10616814.
HSL color Cylindrical-coordinate representation of color #EEFFA1: hue angle of 70.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEFFA1 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 161 | - |
| CMYK | 0.07 | 0 | 0.37 | 0 |
| HSL | 70.85º | 1% | 0.82% | - |
| HSV(B) | 70.85º | 0.37% | 1% | - |
| XYZ | 77.45 | 92.27 | 47.45 | - |
| YUV | 239.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 161 | 0.07 | 0 | 0.37 | 0 | 70.85 | 1 | 0.82 |
| Hex | EE | FF | A1 | 7 | 0 | 25 | 0 | 47 | 64 | 52 |
| Octal | 356 | 377 | 241 | 7 | 0 | 45 | 0 | 107 | 144 | 122 |
| Binary | 11101110 | 11111111 | 10100001 | 111 | 0 | 100101 | 0 | 1000111 | 1100100 | 1010010 |
Color Harmonies of #EEFFA1
Complementary color
Monochromatic Colors of #EEFFA1
Black with #EEFFA1
Text Example
Text Example
White with #EEFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFA1; }
p { color: rgb(238,255,161); }
H1.HeaderClassName
{
color: #EEFFA1;
}
.AnyTagClassName
{
color: #EEFFA1;
}
</style>
background-color css
<style>
a { background-color: #EEFFA1; }
a { background-color: rgb(238,255,161); }
div.DivClassName
{
background-color: #EEFFA1;
}
.BgClassName
{
background-color: #EEFFA1;
}
</style>
border-color css
<style>
span { border-color: #EEFFA1; }
span { border-color: rgb(238,255,161); }
td.TdClassName
{
border-color: #EEFFA1;
}
.TagClassName
{
border-color: #EEFFA1;
}
</style>