Shades of Australian Mint #EAF9AC
Tints of Australian Mint #EAF9AC
RGB
CMYK
RGB Variations
Color information
#EAF9AC (or 0xEAF9AC) is known color: Australian Mint. HEX triplet: EA, F9 and AC. RGB value is (234,249,172). Sum of RGB (Red+Green+Blue) = 234+249+172=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9AC is #150653. Grayscale: #ECECEC. Windows color (decimal): -1377876 or 11336170. OLE color: 11336170.
HSL color Cylindrical-coordinate representation of color #EAF9AC: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAF9AC is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 249 | 172 | - |
CMYK | 0.06 | 0 | 0.31 | 0.02 |
HSL | 71.69º | 0.87% | 0.83% | - |
HSV(B) | 71.69º | 0.31% | 0.98% | - |
XYZ | 75.25 | 88.22 | 52.09 | - |
YUV | 235.74 | 92.03 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 249 | 172 | 0.06 | 0 | 0.31 | 0.02 | 71.69 | 0.87 | 0.83 |
Hex | EA | F9 | AC | 6 | 0 | 1F | 2 | 48 | 57 | 53 |
Octal | 352 | 371 | 254 | 6 | 0 | 37 | 2 | 110 | 127 | 123 |
Binary | 11101010 | 11111001 | 10101100 | 110 | 0 | 11111 | 10 | 1001000 | 1010111 | 1010011 |
Color Harmonies of #EAF9AC
Complementary color
Monochromatic Colors of #EAF9AC
Black with #EAF9AC
Text Example
Text Example
White with #EAF9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9AC; }
p { color: rgb(234,249,172); }
H1.HeaderClassName
{
color: #EAF9AC;
}
.AnyTagClassName
{
color: #EAF9AC;
}
</style>
background-color css
<style>
a { background-color: #EAF9AC; }
a { background-color: rgb(234,249,172); }
div.DivClassName
{
background-color: #EAF9AC;
}
.BgClassName
{
background-color: #EAF9AC;
}
</style>
border-color css
<style>
span { border-color: #EAF9AC; }
span { border-color: rgb(234,249,172); }
td.TdClassName
{
border-color: #EAF9AC;
}
.TagClassName
{
border-color: #EAF9AC;
}
</style>