Shades of Australian Mint #EFFF9F
Tints of Australian Mint #EFFF9F
RGB
CMYK
RGB Variations
Color information
#EFFF9F (or 0xEFFF9F) is known color: Australian Mint. HEX triplet: EF, FF and 9F. RGB value is (239,255,159). Sum of RGB (Red+Green+Blue) = 239+255+159=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF9F is #100060. Grayscale: #EFEFEF. Windows color (decimal): -1048673 or 10485743. OLE color: 10485743.
HSL color Cylindrical-coordinate representation of color #EFFF9F: hue angle of 70º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFFF9F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 159 | - |
| CMYK | 0.06 | 0 | 0.38 | 0 |
| HSL | 70º | 1% | 0.81% | - |
| HSV(B) | 70º | 0.38% | 1% | - |
| XYZ | 77.61 | 92.37 | 46.54 | - |
| YUV | 239.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 159 | 0.06 | 0 | 0.38 | 0 | 70 | 1 | 0.81 |
| Hex | EF | FF | 9F | 6 | 0 | 26 | 0 | 46 | 64 | 51 |
| Octal | 357 | 377 | 237 | 6 | 0 | 46 | 0 | 106 | 144 | 121 |
| Binary | 11101111 | 11111111 | 10011111 | 110 | 0 | 100110 | 0 | 1000110 | 1100100 | 1010001 |
Color Harmonies of #EFFF9F
Complementary color
Monochromatic Colors of #EFFF9F
Black with #EFFF9F
Text Example
Text Example
White with #EFFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF9F; }
p { color: rgb(239,255,159); }
H1.HeaderClassName
{
color: #EFFF9F;
}
.AnyTagClassName
{
color: #EFFF9F;
}
</style>
background-color css
<style>
a { background-color: #EFFF9F; }
a { background-color: rgb(239,255,159); }
div.DivClassName
{
background-color: #EFFF9F;
}
.BgClassName
{
background-color: #EFFF9F;
}
</style>
border-color css
<style>
span { border-color: #EFFF9F; }
span { border-color: rgb(239,255,159); }
td.TdClassName
{
border-color: #EFFF9F;
}
.TagClassName
{
border-color: #EFFF9F;
}
</style>