Shades of Australian Mint #EDFAA8
Tints of Australian Mint #EDFAA8
RGB
CMYK
RGB Variations
Color information
#EDFAA8 (or 0xEDFAA8) is known color: Australian Mint. HEX triplet: ED, FA and A8. RGB value is (237,250,168). Sum of RGB (Red+Green+Blue) = 237+250+168=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA8 is #120557. Grayscale: #EDEDED. Windows color (decimal): -1181016 or 11074285. OLE color: 11074285.
HSL color Cylindrical-coordinate representation of color #EDFAA8: hue angle of 69.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFAA8 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 168 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.02 |
| HSL | 69.51º | 0.89% | 0.82% | - |
| HSV(B) | 69.51º | 0.33% | 0.98% | - |
| XYZ | 76.18 | 89.2 | 50.25 | - |
| YUV | 236.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 168 | 0.05 | 0 | 0.33 | 0.02 | 69.51 | 0.89 | 0.82 |
| Hex | ED | FA | A8 | 5 | 0 | 21 | 2 | 46 | 59 | 52 |
| Octal | 355 | 372 | 250 | 5 | 0 | 41 | 2 | 106 | 131 | 122 |
| Binary | 11101101 | 11111010 | 10101000 | 101 | 0 | 100001 | 10 | 1000110 | 1011001 | 1010010 |
Color Harmonies of #EDFAA8
Complementary color
Monochromatic Colors of #EDFAA8
Black with #EDFAA8
Text Example
Text Example
White with #EDFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAA8; }
p { color: rgb(237,250,168); }
H1.HeaderClassName
{
color: #EDFAA8;
}
.AnyTagClassName
{
color: #EDFAA8;
}
</style>
background-color css
<style>
a { background-color: #EDFAA8; }
a { background-color: rgb(237,250,168); }
div.DivClassName
{
background-color: #EDFAA8;
}
.BgClassName
{
background-color: #EDFAA8;
}
</style>
border-color css
<style>
span { border-color: #EDFAA8; }
span { border-color: rgb(237,250,168); }
td.TdClassName
{
border-color: #EDFAA8;
}
.TagClassName
{
border-color: #EDFAA8;
}
</style>