Shades of Australian Mint #EEFF9B
Tints of Australian Mint #EEFF9B
RGB
CMYK
RGB Variations
Color information
#EEFF9B (or 0xEEFF9B) is known color: Australian Mint. HEX triplet: EE, FF and 9B. RGB value is (238,255,155). Sum of RGB (Red+Green+Blue) = 238+255+155=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 155 (60.94% from 255 or 23.92% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF9B is #110064. Grayscale: #EEEEEE. Windows color (decimal): -1114213 or 10223598. OLE color: 10223598.
HSL color Cylindrical-coordinate representation of color #EEFF9B: hue angle of 70.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEFF9B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 155 | - |
| CMYK | 0.07 | 0 | 0.39 | 0 |
| HSL | 70.2º | 1% | 0.8% | - |
| HSV(B) | 70.2º | 0.39% | 1% | - |
| XYZ | 76.94 | 92.06 | 44.73 | - |
| YUV | 238.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 155 | 0.07 | 0 | 0.39 | 0 | 70.2 | 1 | 0.8 |
| Hex | EE | FF | 9B | 7 | 0 | 27 | 0 | 46 | 64 | 50 |
| Octal | 356 | 377 | 233 | 7 | 0 | 47 | 0 | 106 | 144 | 120 |
| Binary | 11101110 | 11111111 | 10011011 | 111 | 0 | 100111 | 0 | 1000110 | 1100100 | 1010000 |
Color Harmonies of #EEFF9B
Complementary color
Monochromatic Colors of #EEFF9B
Black with #EEFF9B
Text Example
Text Example
White with #EEFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF9B; }
p { color: rgb(238,255,155); }
H1.HeaderClassName
{
color: #EEFF9B;
}
.AnyTagClassName
{
color: #EEFF9B;
}
</style>
background-color css
<style>
a { background-color: #EEFF9B; }
a { background-color: rgb(238,255,155); }
div.DivClassName
{
background-color: #EEFF9B;
}
.BgClassName
{
background-color: #EEFF9B;
}
</style>
border-color css
<style>
span { border-color: #EEFF9B; }
span { border-color: rgb(238,255,155); }
td.TdClassName
{
border-color: #EEFF9B;
}
.TagClassName
{
border-color: #EEFF9B;
}
</style>