Shades of Australian Mint #EAF9A1
Tints of Australian Mint #EAF9A1
RGB
CMYK
RGB Variations
Color information
#EAF9A1 (or 0xEAF9A1) is known color: Australian Mint. HEX triplet: EA, F9 and A1. RGB value is (234,249,161). Sum of RGB (Red+Green+Blue) = 234+249+161=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9A1 is #15065E. Grayscale: #EAEAEA. Windows color (decimal): -1377887 or 10615274. OLE color: 10615274.
HSL color Cylindrical-coordinate representation of color #EAF9A1: hue angle of 70.23º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAF9A1 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 249 | 161 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.02 |
| HSL | 70.23º | 0.88% | 0.8% | - |
| HSV(B) | 70.23º | 0.35% | 0.98% | - |
| XYZ | 74.24 | 87.82 | 46.76 | - |
| YUV | 234.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 249 | 161 | 0.06 | 0 | 0.35 | 0.02 | 70.23 | 0.88 | 0.8 |
| Hex | EA | F9 | A1 | 6 | 0 | 23 | 2 | 46 | 58 | 50 |
| Octal | 352 | 371 | 241 | 6 | 0 | 43 | 2 | 106 | 130 | 120 |
| Binary | 11101010 | 11111001 | 10100001 | 110 | 0 | 100011 | 10 | 1000110 | 1011000 | 1010000 |
Color Harmonies of #EAF9A1
Complementary color
Monochromatic Colors of #EAF9A1
Black with #EAF9A1
Text Example
Text Example
White with #EAF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9A1; }
p { color: rgb(234,249,161); }
H1.HeaderClassName
{
color: #EAF9A1;
}
.AnyTagClassName
{
color: #EAF9A1;
}
</style>
background-color css
<style>
a { background-color: #EAF9A1; }
a { background-color: rgb(234,249,161); }
div.DivClassName
{
background-color: #EAF9A1;
}
.BgClassName
{
background-color: #EAF9A1;
}
</style>
border-color css
<style>
span { border-color: #EAF9A1; }
span { border-color: rgb(234,249,161); }
td.TdClassName
{
border-color: #EAF9A1;
}
.TagClassName
{
border-color: #EAF9A1;
}
</style>