Shades of Australian Mint #EEFF9D
Tints of Australian Mint #EEFF9D
RGB
CMYK
RGB Variations
Color information
#EEFF9D (or 0xEEFF9D) is known color: Australian Mint. HEX triplet: EE, FF and 9D. RGB value is (238,255,157). Sum of RGB (Red+Green+Blue) = 238+255+157=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF9D is #110062. Grayscale: #EFEFEF. Windows color (decimal): -1114211 or 10354670. OLE color: 10354670.
HSL color Cylindrical-coordinate representation of color #EEFF9D: hue angle of 70.41º 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 #EEFF9D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 157 | - |
| CMYK | 0.07 | 0 | 0.38 | 0 |
| HSL | 70.41º | 1% | 0.81% | - |
| HSV(B) | 70.41º | 0.38% | 1% | - |
| XYZ | 77.11 | 92.13 | 45.62 | - |
| YUV | 238.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 157 | 0.07 | 0 | 0.38 | 0 | 70.41 | 1 | 0.81 |
| Hex | EE | FF | 9D | 7 | 0 | 26 | 0 | 46 | 64 | 51 |
| Octal | 356 | 377 | 235 | 7 | 0 | 46 | 0 | 106 | 144 | 121 |
| Binary | 11101110 | 11111111 | 10011101 | 111 | 0 | 100110 | 0 | 1000110 | 1100100 | 1010001 |
Color Harmonies of #EEFF9D
Complementary color
Monochromatic Colors of #EEFF9D
Black with #EEFF9D
Text Example
Text Example
White with #EEFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF9D; }
p { color: rgb(238,255,157); }
H1.HeaderClassName
{
color: #EEFF9D;
}
.AnyTagClassName
{
color: #EEFF9D;
}
</style>
background-color css
<style>
a { background-color: #EEFF9D; }
a { background-color: rgb(238,255,157); }
div.DivClassName
{
background-color: #EEFF9D;
}
.BgClassName
{
background-color: #EEFF9D;
}
</style>
border-color css
<style>
span { border-color: #EEFF9D; }
span { border-color: rgb(238,255,157); }
td.TdClassName
{
border-color: #EEFF9D;
}
.TagClassName
{
border-color: #EEFF9D;
}
</style>