Shades of Australian Mint #EEFEA1
Tints of Australian Mint #EEFEA1
RGB
CMYK
RGB Variations
Color information
#EEFEA1 (or 0xEEFEA1) is known color: Australian Mint. HEX triplet: EE, FE and A1. RGB value is (238,254,161). Sum of RGB (Red+Green+Blue) = 238+254+161=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFEA1 is #11015E. Grayscale: #EEEEEE. Windows color (decimal): -1114463 or 10616558. OLE color: 10616558.
HSL color Cylindrical-coordinate representation of color #EEFEA1: hue angle of 70.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEFEA1 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 161 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.00 |
| HSL | 70.32º | 0.98% | 0.81% | - |
| HSV(B) | 70.32º | 0.37% | 1% | - |
| XYZ | 77.13 | 91.63 | 47.34 | - |
| YUV | 238.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 161 | 0.06 | 0 | 0.37 | 0.00 | 70.32 | 0.98 | 0.81 |
| Hex | EE | FE | A1 | 6 | 0 | 25 | 0 | 46 | 62 | 51 |
| Octal | 356 | 376 | 241 | 6 | 0 | 45 | 0 | 106 | 142 | 121 |
| Binary | 11101110 | 11111110 | 10100001 | 110 | 0 | 100101 | 0 | 1000110 | 1100010 | 1010001 |
Color Harmonies of #EEFEA1
Complementary color
Monochromatic Colors of #EEFEA1
Black with #EEFEA1
Text Example
Text Example
White with #EEFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEA1; }
p { color: rgb(238,254,161); }
H1.HeaderClassName
{
color: #EEFEA1;
}
.AnyTagClassName
{
color: #EEFEA1;
}
</style>
background-color css
<style>
a { background-color: #EEFEA1; }
a { background-color: rgb(238,254,161); }
div.DivClassName
{
background-color: #EEFEA1;
}
.BgClassName
{
background-color: #EEFEA1;
}
</style>
border-color css
<style>
span { border-color: #EEFEA1; }
span { border-color: rgb(238,254,161); }
td.TdClassName
{
border-color: #EEFEA1;
}
.TagClassName
{
border-color: #EEFEA1;
}
</style>