Shades of Australian Mint #EAFDA0
Tints of Australian Mint #EAFDA0
RGB
CMYK
RGB Variations
Color information
#EAFDA0 (or 0xEAFDA0) is known color: Australian Mint. HEX triplet: EA, FD and A0. RGB value is (234,253,160). Sum of RGB (Red+Green+Blue) = 234+253+160=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA0 is #15025F. Grayscale: #EDEDED. Windows color (decimal): -1376864 or 10550762. OLE color: 10550762.
HSL color Cylindrical-coordinate representation of color #EAFDA0: hue angle of 72.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAFDA0 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 160 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.01 |
| HSL | 72.26º | 0.96% | 0.81% | - |
| HSV(B) | 72.26º | 0.37% | 0.99% | - |
| XYZ | 75.4 | 90.28 | 46.71 | - |
| YUV | 236.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 160 | 0.08 | 0 | 0.37 | 0.01 | 72.26 | 0.96 | 0.81 |
| Hex | EA | FD | A0 | 8 | 0 | 25 | 1 | 48 | 60 | 51 |
| Octal | 352 | 375 | 240 | 10 | 0 | 45 | 1 | 110 | 140 | 121 |
| Binary | 11101010 | 11111101 | 10100000 | 1000 | 0 | 100101 | 1 | 1001000 | 1100000 | 1010001 |
Color Harmonies of #EAFDA0
Complementary color
Monochromatic Colors of #EAFDA0
Black with #EAFDA0
Text Example
Text Example
White with #EAFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDA0; }
p { color: rgb(234,253,160); }
H1.HeaderClassName
{
color: #EAFDA0;
}
.AnyTagClassName
{
color: #EAFDA0;
}
</style>
background-color css
<style>
a { background-color: #EAFDA0; }
a { background-color: rgb(234,253,160); }
div.DivClassName
{
background-color: #EAFDA0;
}
.BgClassName
{
background-color: #EAFDA0;
}
</style>
border-color css
<style>
span { border-color: #EAFDA0; }
span { border-color: rgb(234,253,160); }
td.TdClassName
{
border-color: #EAFDA0;
}
.TagClassName
{
border-color: #EAFDA0;
}
</style>