Shades of Australian Mint #EDFAA6
Tints of Australian Mint #EDFAA6
RGB
CMYK
RGB Variations
Color information
#EDFAA6 (or 0xEDFAA6) is known color: Australian Mint. HEX triplet: ED, FA and A6. RGB value is (237,250,166). Sum of RGB (Red+Green+Blue) = 237+250+166=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA6 is #120559. Grayscale: #ECECEC. Windows color (decimal): -1181018 or 10943213. OLE color: 10943213.
HSL color Cylindrical-coordinate representation of color #EDFAA6: hue angle of 69.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFAA6 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 166 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.02 |
| HSL | 69.29º | 0.89% | 0.82% | - |
| HSV(B) | 69.29º | 0.34% | 0.98% | - |
| XYZ | 75.99 | 89.13 | 49.27 | - |
| YUV | 236.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 166 | 0.05 | 0 | 0.34 | 0.02 | 69.29 | 0.89 | 0.82 |
| Hex | ED | FA | A6 | 5 | 0 | 22 | 2 | 45 | 59 | 52 |
| Octal | 355 | 372 | 246 | 5 | 0 | 42 | 2 | 105 | 131 | 122 |
| Binary | 11101101 | 11111010 | 10100110 | 101 | 0 | 100010 | 10 | 1000101 | 1011001 | 1010010 |
Color Harmonies of #EDFAA6
Complementary color
Monochromatic Colors of #EDFAA6
Black with #EDFAA6
Text Example
Text Example
White with #EDFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAA6; }
p { color: rgb(237,250,166); }
H1.HeaderClassName
{
color: #EDFAA6;
}
.AnyTagClassName
{
color: #EDFAA6;
}
</style>
background-color css
<style>
a { background-color: #EDFAA6; }
a { background-color: rgb(237,250,166); }
div.DivClassName
{
background-color: #EDFAA6;
}
.BgClassName
{
background-color: #EDFAA6;
}
</style>
border-color css
<style>
span { border-color: #EDFAA6; }
span { border-color: rgb(237,250,166); }
td.TdClassName
{
border-color: #EDFAA6;
}
.TagClassName
{
border-color: #EDFAA6;
}
</style>