Shades of Australian Mint #EFFDA9
Tints of Australian Mint #EFFDA9
RGB
CMYK
RGB Variations
Color information
#EFFDA9 (or 0xEFFDA9) is known color: Australian Mint. HEX triplet: EF, FD and A9. RGB value is (239,253,169). Sum of RGB (Red+Green+Blue) = 239+253+169=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDA9 is #100256. Grayscale: #EFEFEF. Windows color (decimal): -1049175 or 11140591. OLE color: 11140591.
HSL color Cylindrical-coordinate representation of color #EFFDA9: hue angle of 70º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFFDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 169 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.01 |
| HSL | 70º | 0.95% | 0.83% | - |
| HSV(B) | 70º | 0.33% | 0.99% | - |
| XYZ | 77.88 | 91.47 | 51.09 | - |
| YUV | 239.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 169 | 0.06 | 0 | 0.33 | 0.01 | 70 | 0.95 | 0.83 |
| Hex | EF | FD | A9 | 6 | 0 | 21 | 1 | 46 | 5F | 53 |
| Octal | 357 | 375 | 251 | 6 | 0 | 41 | 1 | 106 | 137 | 123 |
| Binary | 11101111 | 11111101 | 10101001 | 110 | 0 | 100001 | 1 | 1000110 | 1011111 | 1010011 |
Color Harmonies of #EFFDA9
Complementary color
Monochromatic Colors of #EFFDA9
Black with #EFFDA9
Text Example
Text Example
White with #EFFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDA9; }
p { color: rgb(239,253,169); }
H1.HeaderClassName
{
color: #EFFDA9;
}
.AnyTagClassName
{
color: #EFFDA9;
}
</style>
background-color css
<style>
a { background-color: #EFFDA9; }
a { background-color: rgb(239,253,169); }
div.DivClassName
{
background-color: #EFFDA9;
}
.BgClassName
{
background-color: #EFFDA9;
}
</style>
border-color css
<style>
span { border-color: #EFFDA9; }
span { border-color: rgb(239,253,169); }
td.TdClassName
{
border-color: #EFFDA9;
}
.TagClassName
{
border-color: #EFFDA9;
}
</style>