Shades of Australian Mint #EEFFA5
Tints of Australian Mint #EEFFA5
RGB
CMYK
RGB Variations
Color information
#EEFFA5 (or 0xEEFFA5) is known color: Australian Mint. HEX triplet: EE, FF and A5. RGB value is (238,255,165). Sum of RGB (Red+Green+Blue) = 238+255+165=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA5 is #11005A. Grayscale: #EFEFEF. Windows color (decimal): -1114203 or 10878958. OLE color: 10878958.
HSL color Cylindrical-coordinate representation of color #EEFFA5: hue angle of 71.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEFFA5 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 165 | - |
| CMYK | 0.07 | 0 | 0.35 | 0 |
| HSL | 71.33º | 1% | 0.82% | - |
| HSV(B) | 71.33º | 0.35% | 1% | - |
| XYZ | 77.81 | 92.41 | 49.33 | - |
| YUV | 239.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 165 | 0.07 | 0 | 0.35 | 0 | 71.33 | 1 | 0.82 |
| Hex | EE | FF | A5 | 7 | 0 | 23 | 0 | 47 | 64 | 52 |
| Octal | 356 | 377 | 245 | 7 | 0 | 43 | 0 | 107 | 144 | 122 |
| Binary | 11101110 | 11111111 | 10100101 | 111 | 0 | 100011 | 0 | 1000111 | 1100100 | 1010010 |
Color Harmonies of #EEFFA5
Complementary color
Monochromatic Colors of #EEFFA5
Black with #EEFFA5
Text Example
Text Example
White with #EEFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFA5; }
p { color: rgb(238,255,165); }
H1.HeaderClassName
{
color: #EEFFA5;
}
.AnyTagClassName
{
color: #EEFFA5;
}
</style>
background-color css
<style>
a { background-color: #EEFFA5; }
a { background-color: rgb(238,255,165); }
div.DivClassName
{
background-color: #EEFFA5;
}
.BgClassName
{
background-color: #EEFFA5;
}
</style>
border-color css
<style>
span { border-color: #EEFFA5; }
span { border-color: rgb(238,255,165); }
td.TdClassName
{
border-color: #EEFFA5;
}
.TagClassName
{
border-color: #EEFFA5;
}
</style>