Shades of Australian Mint #EAFEAC
Tints of Australian Mint #EAFEAC
RGB
CMYK
RGB Variations
Color information
#EAFEAC (or 0xEAFEAC) is known color: Australian Mint. HEX triplet: EA, FE and AC. RGB value is (234,254,172). Sum of RGB (Red+Green+Blue) = 234+254+172=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEAC is #150153. Grayscale: #EEEEEE. Windows color (decimal): -1376596 or 11337450. OLE color: 11337450.
HSL color Cylindrical-coordinate representation of color #EAFEAC: hue angle of 74.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAFEAC is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 172 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.00 |
| HSL | 74.63º | 0.98% | 0.84% | - |
| HSV(B) | 74.63º | 0.32% | 1% | - |
| XYZ | 76.82 | 91.35 | 52.61 | - |
| YUV | 238.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 172 | 0.08 | 0 | 0.32 | 0.00 | 74.63 | 0.98 | 0.84 |
| Hex | EA | FE | AC | 8 | 0 | 20 | 0 | 4B | 62 | 54 |
| Octal | 352 | 376 | 254 | 10 | 0 | 40 | 0 | 113 | 142 | 124 |
| Binary | 11101010 | 11111110 | 10101100 | 1000 | 0 | 100000 | 0 | 1001011 | 1100010 | 1010100 |
Color Harmonies of #EAFEAC
Complementary color
Monochromatic Colors of #EAFEAC
Black with #EAFEAC
Text Example
Text Example
White with #EAFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEAC; }
p { color: rgb(234,254,172); }
H1.HeaderClassName
{
color: #EAFEAC;
}
.AnyTagClassName
{
color: #EAFEAC;
}
</style>
background-color css
<style>
a { background-color: #EAFEAC; }
a { background-color: rgb(234,254,172); }
div.DivClassName
{
background-color: #EAFEAC;
}
.BgClassName
{
background-color: #EAFEAC;
}
</style>
border-color css
<style>
span { border-color: #EAFEAC; }
span { border-color: rgb(234,254,172); }
td.TdClassName
{
border-color: #EAFEAC;
}
.TagClassName
{
border-color: #EAFEAC;
}
</style>