Shades of Australian Mint #EEFF9F
Tints of Australian Mint #EEFF9F
RGB
CMYK
RGB Variations
Color information
#EEFF9F (or 0xEEFF9F) is known color: Australian Mint. HEX triplet: EE, FF and 9F. RGB value is (238,255,159). Sum of RGB (Red+Green+Blue) = 238+255+159=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 159 (62.5% from 255 or 24.39% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF9F is #110060. Grayscale: #EFEFEF. Windows color (decimal): -1114209 or 10485742. OLE color: 10485742.
HSL color Cylindrical-coordinate representation of color #EEFF9F: hue angle of 70.62º 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 #EEFF9F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 159 | - |
| CMYK | 0.07 | 0 | 0.38 | 0 |
| HSL | 70.62º | 1% | 0.81% | - |
| HSV(B) | 70.62º | 0.38% | 1% | - |
| XYZ | 77.28 | 92.2 | 46.52 | - |
| YUV | 238.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 159 | 0.07 | 0 | 0.38 | 0 | 70.62 | 1 | 0.81 |
| Hex | EE | FF | 9F | 7 | 0 | 26 | 0 | 47 | 64 | 51 |
| Octal | 356 | 377 | 237 | 7 | 0 | 46 | 0 | 107 | 144 | 121 |
| Binary | 11101110 | 11111111 | 10011111 | 111 | 0 | 100110 | 0 | 1000111 | 1100100 | 1010001 |
Color Harmonies of #EEFF9F
Complementary color
Monochromatic Colors of #EEFF9F
Black with #EEFF9F
Text Example
Text Example
White with #EEFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF9F; }
p { color: rgb(238,255,159); }
H1.HeaderClassName
{
color: #EEFF9F;
}
.AnyTagClassName
{
color: #EEFF9F;
}
</style>
background-color css
<style>
a { background-color: #EEFF9F; }
a { background-color: rgb(238,255,159); }
div.DivClassName
{
background-color: #EEFF9F;
}
.BgClassName
{
background-color: #EEFF9F;
}
</style>
border-color css
<style>
span { border-color: #EEFF9F; }
span { border-color: rgb(238,255,159); }
td.TdClassName
{
border-color: #EEFF9F;
}
.TagClassName
{
border-color: #EEFF9F;
}
</style>