Shades of Australian Mint #EDFFA2
Tints of Australian Mint #EDFFA2
RGB
CMYK
RGB Variations
Color information
#EDFFA2 (or 0xEDFFA2) is known color: Australian Mint. HEX triplet: ED, FF and A2. RGB value is (237,255,162). Sum of RGB (Red+Green+Blue) = 237+255+162=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA2 is #12005D. Grayscale: #EFEFEF. Windows color (decimal): -1179742 or 10682349. OLE color: 10682349.
HSL color Cylindrical-coordinate representation of color #EDFFA2: hue angle of 71.61º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFFA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 162 | - |
| CMYK | 0.07 | 0 | 0.36 | 0 |
| HSL | 71.61º | 1% | 0.82% | - |
| HSV(B) | 71.61º | 0.36% | 1% | - |
| XYZ | 77.21 | 92.13 | 47.9 | - |
| YUV | 239.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 162 | 0.07 | 0 | 0.36 | 0 | 71.61 | 1 | 0.82 |
| Hex | ED | FF | A2 | 7 | 0 | 24 | 0 | 48 | 64 | 52 |
| Octal | 355 | 377 | 242 | 7 | 0 | 44 | 0 | 110 | 144 | 122 |
| Binary | 11101101 | 11111111 | 10100010 | 111 | 0 | 100100 | 0 | 1001000 | 1100100 | 1010010 |
Color Harmonies of #EDFFA2
Complementary color
Monochromatic Colors of #EDFFA2
Black with #EDFFA2
Text Example
Text Example
White with #EDFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFA2; }
p { color: rgb(237,255,162); }
H1.HeaderClassName
{
color: #EDFFA2;
}
.AnyTagClassName
{
color: #EDFFA2;
}
</style>
background-color css
<style>
a { background-color: #EDFFA2; }
a { background-color: rgb(237,255,162); }
div.DivClassName
{
background-color: #EDFFA2;
}
.BgClassName
{
background-color: #EDFFA2;
}
</style>
border-color css
<style>
span { border-color: #EDFFA2; }
span { border-color: rgb(237,255,162); }
td.TdClassName
{
border-color: #EDFFA2;
}
.TagClassName
{
border-color: #EDFFA2;
}
</style>