Shades of Australian Mint #E6FF9D
Tints of Australian Mint #E6FF9D
RGB
CMYK
RGB Variations
Color information
#E6FF9D (or 0xE6FF9D) is known color: Australian Mint. HEX triplet: E6, FF and 9D. RGB value is (230,255,157). Sum of RGB (Red+Green+Blue) = 230+255+157=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FF9D is #190062. Grayscale: #ECECEC. Windows color (decimal): -1638499 or 10354662. OLE color: 10354662.
HSL color Cylindrical-coordinate representation of color #E6FF9D: hue angle of 75.31º 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 #E6FF9D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 157 | - |
| CMYK | 0.10 | 0 | 0.38 | 0 |
| HSL | 75.31º | 1% | 0.81% | - |
| HSV(B) | 75.31º | 0.38% | 1% | - |
| XYZ | 74.48 | 90.78 | 45.49 | - |
| YUV | 236.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 157 | 0.10 | 0 | 0.38 | 0 | 75.31 | 1 | 0.81 |
| Hex | E6 | FF | 9D | A | 0 | 26 | 0 | 4B | 64 | 51 |
| Octal | 346 | 377 | 235 | 12 | 0 | 46 | 0 | 113 | 144 | 121 |
| Binary | 11100110 | 11111111 | 10011101 | 1010 | 0 | 100110 | 0 | 1001011 | 1100100 | 1010001 |
Color Harmonies of #E6FF9D
Complementary color
Monochromatic Colors of #E6FF9D
Black with #E6FF9D
Text Example
Text Example
White with #E6FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF9D; }
p { color: rgb(230,255,157); }
H1.HeaderClassName
{
color: #E6FF9D;
}
.AnyTagClassName
{
color: #E6FF9D;
}
</style>
background-color css
<style>
a { background-color: #E6FF9D; }
a { background-color: rgb(230,255,157); }
div.DivClassName
{
background-color: #E6FF9D;
}
.BgClassName
{
background-color: #E6FF9D;
}
</style>
border-color css
<style>
span { border-color: #E6FF9D; }
span { border-color: rgb(230,255,157); }
td.TdClassName
{
border-color: #E6FF9D;
}
.TagClassName
{
border-color: #E6FF9D;
}
</style>