Shades of Australian Mint #E6FA9E
Tints of Australian Mint #E6FA9E
RGB
CMYK
RGB Variations
Color information
#E6FA9E (or 0xE6FA9E) is known color: Australian Mint. HEX triplet: E6, FA and 9E. RGB value is (230,250,158). Sum of RGB (Red+Green+Blue) = 230+250+158=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 158 (62.11% from 255 or 24.76% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FA9E is #190561. Grayscale: #E9E9E9. Windows color (decimal): -1639778 or 10418918. OLE color: 10418918.
HSL color Cylindrical-coordinate representation of color #E6FA9E: hue angle of 73.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6FA9E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 158 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.02 |
| HSL | 73.04º | 0.9% | 0.8% | - |
| HSV(B) | 73.04º | 0.37% | 0.98% | - |
| XYZ | 72.99 | 87.66 | 45.42 | - |
| YUV | 233.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 158 | 0.08 | 0 | 0.37 | 0.02 | 73.04 | 0.9 | 0.8 |
| Hex | E6 | FA | 9E | 8 | 0 | 25 | 2 | 49 | 5A | 50 |
| Octal | 346 | 372 | 236 | 10 | 0 | 45 | 2 | 111 | 132 | 120 |
| Binary | 11100110 | 11111010 | 10011110 | 1000 | 0 | 100101 | 10 | 1001001 | 1011010 | 1010000 |
Color Harmonies of #E6FA9E
Complementary color
Monochromatic Colors of #E6FA9E
Black with #E6FA9E
Text Example
Text Example
White with #E6FA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FA9E; }
p { color: rgb(230,250,158); }
H1.HeaderClassName
{
color: #E6FA9E;
}
.AnyTagClassName
{
color: #E6FA9E;
}
</style>
background-color css
<style>
a { background-color: #E6FA9E; }
a { background-color: rgb(230,250,158); }
div.DivClassName
{
background-color: #E6FA9E;
}
.BgClassName
{
background-color: #E6FA9E;
}
</style>
border-color css
<style>
span { border-color: #E6FA9E; }
span { border-color: rgb(230,250,158); }
td.TdClassName
{
border-color: #E6FA9E;
}
.TagClassName
{
border-color: #E6FA9E;
}
</style>