Shades of Australian Mint #E6FFAD
Tints of Australian Mint #E6FFAD
RGB
CMYK
RGB Variations
Color information
#E6FFAD (or 0xE6FFAD) is known color: Australian Mint. HEX triplet: E6, FF and AD. RGB value is (230,255,173). Sum of RGB (Red+Green+Blue) = 230+255+173=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFAD is #190052. Grayscale: #EEEEEE. Windows color (decimal): -1638483 or 11403238. OLE color: 11403238.
HSL color Cylindrical-coordinate representation of color #E6FFAD: hue angle of 78.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6FFAD is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 173 | - |
| CMYK | 0.10 | 0 | 0.32 | 0 |
| HSL | 78.29º | 1% | 0.84% | - |
| HSV(B) | 78.29º | 0.32% | 1% | - |
| XYZ | 75.94 | 91.36 | 53.17 | - |
| YUV | 238.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 173 | 0.10 | 0 | 0.32 | 0 | 78.29 | 1 | 0.84 |
| Hex | E6 | FF | AD | A | 0 | 20 | 0 | 4E | 64 | 54 |
| Octal | 346 | 377 | 255 | 12 | 0 | 40 | 0 | 116 | 144 | 124 |
| Binary | 11100110 | 11111111 | 10101101 | 1010 | 0 | 100000 | 0 | 1001110 | 1100100 | 1010100 |
Color Harmonies of #E6FFAD
Complementary color
Monochromatic Colors of #E6FFAD
Black with #E6FFAD
Text Example
Text Example
White with #E6FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFAD; }
p { color: rgb(230,255,173); }
H1.HeaderClassName
{
color: #E6FFAD;
}
.AnyTagClassName
{
color: #E6FFAD;
}
</style>
background-color css
<style>
a { background-color: #E6FFAD; }
a { background-color: rgb(230,255,173); }
div.DivClassName
{
background-color: #E6FFAD;
}
.BgClassName
{
background-color: #E6FFAD;
}
</style>
border-color css
<style>
span { border-color: #E6FFAD; }
span { border-color: rgb(230,255,173); }
td.TdClassName
{
border-color: #E6FFAD;
}
.TagClassName
{
border-color: #E6FFAD;
}
</style>