Shades of Australian Mint #EDFEAD
Tints of Australian Mint #EDFEAD
RGB
CMYK
RGB Variations
Color information
#EDFEAD (or 0xEDFEAD) is known color: Australian Mint. HEX triplet: ED, FE and AD. RGB value is (237,254,173). Sum of RGB (Red+Green+Blue) = 237+254+173=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEAD is #120152. Grayscale: #EFEFEF. Windows color (decimal): -1179987 or 11402989. OLE color: 11402989.
HSL color Cylindrical-coordinate representation of color #EDFEAD: hue angle of 72.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFEAD is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 173 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.00 |
| HSL | 72.59º | 0.98% | 0.84% | - |
| HSV(B) | 72.59º | 0.32% | 1% | - |
| XYZ | 77.91 | 91.91 | 53.17 | - |
| YUV | 239.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 173 | 0.07 | 0 | 0.32 | 0.00 | 72.59 | 0.98 | 0.84 |
| Hex | ED | FE | AD | 7 | 0 | 20 | 0 | 49 | 62 | 54 |
| Octal | 355 | 376 | 255 | 7 | 0 | 40 | 0 | 111 | 142 | 124 |
| Binary | 11101101 | 11111110 | 10101101 | 111 | 0 | 100000 | 0 | 1001001 | 1100010 | 1010100 |
Color Harmonies of #EDFEAD
Complementary color
Monochromatic Colors of #EDFEAD
Black with #EDFEAD
Text Example
Text Example
White with #EDFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEAD; }
p { color: rgb(237,254,173); }
H1.HeaderClassName
{
color: #EDFEAD;
}
.AnyTagClassName
{
color: #EDFEAD;
}
</style>
background-color css
<style>
a { background-color: #EDFEAD; }
a { background-color: rgb(237,254,173); }
div.DivClassName
{
background-color: #EDFEAD;
}
.BgClassName
{
background-color: #EDFEAD;
}
</style>
border-color css
<style>
span { border-color: #EDFEAD; }
span { border-color: rgb(237,254,173); }
td.TdClassName
{
border-color: #EDFEAD;
}
.TagClassName
{
border-color: #EDFEAD;
}
</style>