Shades of Australian Mint #E6FF9A
Tints of Australian Mint #E6FF9A
RGB
CMYK
RGB Variations
Color information
#E6FF9A (or 0xE6FF9A) is known color: Australian Mint. HEX triplet: E6, FF and 9A. RGB value is (230,255,154). Sum of RGB (Red+Green+Blue) = 230+255+154=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FF9A is #190065. Grayscale: #ECECEC. Windows color (decimal): -1638502 or 10158054. OLE color: 10158054.
HSL color Cylindrical-coordinate representation of color #E6FF9A: hue angle of 74.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6FF9A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 154 | - |
| CMYK | 0.10 | 0 | 0.40 | 0 |
| HSL | 74.85º | 1% | 0.8% | - |
| HSV(B) | 74.85º | 0.4% | 1% | - |
| XYZ | 74.23 | 90.68 | 44.16 | - |
| YUV | 236.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 154 | 0.10 | 0 | 0.40 | 0 | 74.85 | 1 | 0.8 |
| Hex | E6 | FF | 9A | A | 0 | 28 | 0 | 4B | 64 | 50 |
| Octal | 346 | 377 | 232 | 12 | 0 | 50 | 0 | 113 | 144 | 120 |
| Binary | 11100110 | 11111111 | 10011010 | 1010 | 0 | 101000 | 0 | 1001011 | 1100100 | 1010000 |
Color Harmonies of #E6FF9A
Complementary color
Monochromatic Colors of #E6FF9A
Black with #E6FF9A
Text Example
Text Example
White with #E6FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF9A; }
p { color: rgb(230,255,154); }
H1.HeaderClassName
{
color: #E6FF9A;
}
.AnyTagClassName
{
color: #E6FF9A;
}
</style>
background-color css
<style>
a { background-color: #E6FF9A; }
a { background-color: rgb(230,255,154); }
div.DivClassName
{
background-color: #E6FF9A;
}
.BgClassName
{
background-color: #E6FF9A;
}
</style>
border-color css
<style>
span { border-color: #E6FF9A; }
span { border-color: rgb(230,255,154); }
td.TdClassName
{
border-color: #E6FF9A;
}
.TagClassName
{
border-color: #E6FF9A;
}
</style>