Shades of Australian Mint #EFFFA5
Tints of Australian Mint #EFFFA5
RGB
CMYK
RGB Variations
Color information
#EFFFA5 (or 0xEFFFA5) is known color: Australian Mint. HEX triplet: EF, FF and A5. RGB value is (239,255,165). Sum of RGB (Red+Green+Blue) = 239+255+165=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFA5 is #10005A. Grayscale: #F0F0F0. Windows color (decimal): -1048667 or 10878959. OLE color: 10878959.
HSL color Cylindrical-coordinate representation of color #EFFFA5: hue angle of 70.67º 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 #EFFFA5 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 165 | - |
| CMYK | 0.06 | 0 | 0.35 | 0 |
| HSL | 70.67º | 1% | 0.82% | - |
| HSV(B) | 70.67º | 0.35% | 1% | - |
| XYZ | 78.15 | 92.59 | 49.35 | - |
| YUV | 239.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 165 | 0.06 | 0 | 0.35 | 0 | 70.67 | 1 | 0.82 |
| Hex | EF | FF | A5 | 6 | 0 | 23 | 0 | 47 | 64 | 52 |
| Octal | 357 | 377 | 245 | 6 | 0 | 43 | 0 | 107 | 144 | 122 |
| Binary | 11101111 | 11111111 | 10100101 | 110 | 0 | 100011 | 0 | 1000111 | 1100100 | 1010010 |
Color Harmonies of #EFFFA5
Complementary color
Monochromatic Colors of #EFFFA5
Black with #EFFFA5
Text Example
Text Example
White with #EFFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFA5; }
p { color: rgb(239,255,165); }
H1.HeaderClassName
{
color: #EFFFA5;
}
.AnyTagClassName
{
color: #EFFFA5;
}
</style>
background-color css
<style>
a { background-color: #EFFFA5; }
a { background-color: rgb(239,255,165); }
div.DivClassName
{
background-color: #EFFFA5;
}
.BgClassName
{
background-color: #EFFFA5;
}
</style>
border-color css
<style>
span { border-color: #EFFFA5; }
span { border-color: rgb(239,255,165); }
td.TdClassName
{
border-color: #EFFFA5;
}
.TagClassName
{
border-color: #EFFFA5;
}
</style>