Shades of Australian Mint #E6FEAE
Tints of Australian Mint #E6FEAE
RGB
CMYK
RGB Variations
Color information
#E6FEAE (or 0xE6FEAE) is known color: Australian Mint. HEX triplet: E6, FE and AE. RGB value is (230,254,174). Sum of RGB (Red+Green+Blue) = 230+254+174=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FEAE is #190151. Grayscale: #EEEEEE. Windows color (decimal): -1638738 or 11468518. OLE color: 11468518.
HSL color Cylindrical-coordinate representation of color #E6FEAE: hue angle of 78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6FEAE is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 174 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.00 |
| HSL | 78º | 0.98% | 0.84% | - |
| HSV(B) | 78º | 0.31% | 1% | - |
| XYZ | 75.71 | 90.76 | 53.57 | - |
| YUV | 237.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 174 | 0.09 | 0 | 0.31 | 0.00 | 78 | 0.98 | 0.84 |
| Hex | E6 | FE | AE | 9 | 0 | 1F | 0 | 4E | 62 | 54 |
| Octal | 346 | 376 | 256 | 11 | 0 | 37 | 0 | 116 | 142 | 124 |
| Binary | 11100110 | 11111110 | 10101110 | 1001 | 0 | 11111 | 0 | 1001110 | 1100010 | 1010100 |
Color Harmonies of #E6FEAE
Complementary color
Monochromatic Colors of #E6FEAE
Black with #E6FEAE
Text Example
Text Example
White with #E6FEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEAE; }
p { color: rgb(230,254,174); }
H1.HeaderClassName
{
color: #E6FEAE;
}
.AnyTagClassName
{
color: #E6FEAE;
}
</style>
background-color css
<style>
a { background-color: #E6FEAE; }
a { background-color: rgb(230,254,174); }
div.DivClassName
{
background-color: #E6FEAE;
}
.BgClassName
{
background-color: #E6FEAE;
}
</style>
border-color css
<style>
span { border-color: #E6FEAE; }
span { border-color: rgb(230,254,174); }
td.TdClassName
{
border-color: #E6FEAE;
}
.TagClassName
{
border-color: #E6FEAE;
}
</style>