Shades of Australian Mint #E8FA9B
Tints of Australian Mint #E8FA9B
RGB
CMYK
RGB Variations
Color information
#E8FA9B (or 0xE8FA9B) is known color: Australian Mint. HEX triplet: E8, FA and 9B. RGB value is (232,250,155). Sum of RGB (Red+Green+Blue) = 232+250+155=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 155 (60.94% from 255 or 24.33% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FA9B is #170564. Grayscale: #EAEAEA. Windows color (decimal): -1508709 or 10222312. OLE color: 10222312.
HSL color Cylindrical-coordinate representation of color #E8FA9B: hue angle of 71.37º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8FA9B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 155 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.02 |
| HSL | 71.37º | 0.9% | 0.79% | - |
| HSV(B) | 71.37º | 0.38% | 0.98% | - |
| XYZ | 73.38 | 87.89 | 44.11 | - |
| YUV | 233.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 155 | 0.07 | 0 | 0.38 | 0.02 | 71.37 | 0.9 | 0.79 |
| Hex | E8 | FA | 9B | 7 | 0 | 26 | 2 | 47 | 5A | 4F |
| Octal | 350 | 372 | 233 | 7 | 0 | 46 | 2 | 107 | 132 | 117 |
| Binary | 11101000 | 11111010 | 10011011 | 111 | 0 | 100110 | 10 | 1000111 | 1011010 | 1001111 |
Color Harmonies of #E8FA9B
Complementary color
Monochromatic Colors of #E8FA9B
Black with #E8FA9B
Text Example
Text Example
White with #E8FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA9B; }
p { color: rgb(232,250,155); }
H1.HeaderClassName
{
color: #E8FA9B;
}
.AnyTagClassName
{
color: #E8FA9B;
}
</style>
background-color css
<style>
a { background-color: #E8FA9B; }
a { background-color: rgb(232,250,155); }
div.DivClassName
{
background-color: #E8FA9B;
}
.BgClassName
{
background-color: #E8FA9B;
}
</style>
border-color css
<style>
span { border-color: #E8FA9B; }
span { border-color: rgb(232,250,155); }
td.TdClassName
{
border-color: #E8FA9B;
}
.TagClassName
{
border-color: #E8FA9B;
}
</style>