Shades of Australian Mint #E6FCAA
Tints of Australian Mint #E6FCAA
RGB
CMYK
RGB Variations
Color information
#E6FCAA (or 0xE6FCAA) is known color: Australian Mint. HEX triplet: E6, FC and AA. RGB value is (230,252,170). Sum of RGB (Red+Green+Blue) = 230+252+170=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FCAA is #190355. Grayscale: #ECECEC. Windows color (decimal): -1639254 or 11205862. OLE color: 11205862.
HSL color Cylindrical-coordinate representation of color #E6FCAA: hue angle of 76.1º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6FCAA is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 170 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.01 |
| HSL | 76.1º | 0.93% | 0.83% | - |
| HSV(B) | 76.1º | 0.33% | 0.99% | - |
| XYZ | 74.7 | 89.35 | 51.34 | - |
| YUV | 236.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 170 | 0.09 | 0 | 0.33 | 0.01 | 76.1 | 0.93 | 0.83 |
| Hex | E6 | FC | AA | 9 | 0 | 21 | 1 | 4C | 5D | 53 |
| Octal | 346 | 374 | 252 | 11 | 0 | 41 | 1 | 114 | 135 | 123 |
| Binary | 11100110 | 11111100 | 10101010 | 1001 | 0 | 100001 | 1 | 1001100 | 1011101 | 1010011 |
Color Harmonies of #E6FCAA
Complementary color
Monochromatic Colors of #E6FCAA
Black with #E6FCAA
Text Example
Text Example
White with #E6FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCAA; }
p { color: rgb(230,252,170); }
H1.HeaderClassName
{
color: #E6FCAA;
}
.AnyTagClassName
{
color: #E6FCAA;
}
</style>
background-color css
<style>
a { background-color: #E6FCAA; }
a { background-color: rgb(230,252,170); }
div.DivClassName
{
background-color: #E6FCAA;
}
.BgClassName
{
background-color: #E6FCAA;
}
</style>
border-color css
<style>
span { border-color: #E6FCAA; }
span { border-color: rgb(230,252,170); }
td.TdClassName
{
border-color: #E6FCAA;
}
.TagClassName
{
border-color: #E6FCAA;
}
</style>