Shades of Australian Mint #EAF9A5
Tints of Australian Mint #EAF9A5
RGB
CMYK
RGB Variations
Color information
#EAF9A5 (or 0xEAF9A5) is known color: Australian Mint. HEX triplet: EA, F9 and A5. RGB value is (234,249,165). Sum of RGB (Red+Green+Blue) = 234+249+165=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 165 (64.84% from 255 or 25.46% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9A5 is #15065A. Grayscale: #EBEBEB. Windows color (decimal): -1377883 or 10877418. OLE color: 10877418.
HSL color Cylindrical-coordinate representation of color #EAF9A5: hue angle of 70.71º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAF9A5 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 249 | 165 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.02 |
| HSL | 70.71º | 0.88% | 0.81% | - |
| HSV(B) | 70.71º | 0.34% | 0.98% | - |
| XYZ | 74.6 | 87.96 | 48.64 | - |
| YUV | 234.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 249 | 165 | 0.06 | 0 | 0.34 | 0.02 | 70.71 | 0.88 | 0.81 |
| Hex | EA | F9 | A5 | 6 | 0 | 22 | 2 | 47 | 58 | 51 |
| Octal | 352 | 371 | 245 | 6 | 0 | 42 | 2 | 107 | 130 | 121 |
| Binary | 11101010 | 11111001 | 10100101 | 110 | 0 | 100010 | 10 | 1000111 | 1011000 | 1010001 |
Color Harmonies of #EAF9A5
Complementary color
Monochromatic Colors of #EAF9A5
Black with #EAF9A5
Text Example
Text Example
White with #EAF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9A5; }
p { color: rgb(234,249,165); }
H1.HeaderClassName
{
color: #EAF9A5;
}
.AnyTagClassName
{
color: #EAF9A5;
}
</style>
background-color css
<style>
a { background-color: #EAF9A5; }
a { background-color: rgb(234,249,165); }
div.DivClassName
{
background-color: #EAF9A5;
}
.BgClassName
{
background-color: #EAF9A5;
}
</style>
border-color css
<style>
span { border-color: #EAF9A5; }
span { border-color: rgb(234,249,165); }
td.TdClassName
{
border-color: #EAF9A5;
}
.TagClassName
{
border-color: #EAF9A5;
}
</style>