Shades of Australian Mint #EAFC9E
Tints of Australian Mint #EAFC9E
RGB
CMYK
RGB Variations
Color information
#EAFC9E (or 0xEAFC9E) is known color: Australian Mint. HEX triplet: EA, FC and 9E. RGB value is (234,252,158). Sum of RGB (Red+Green+Blue) = 234+252+158=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 158 (62.11% from 255 or 24.53% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC9E is #150361. Grayscale: #ECECEC. Windows color (decimal): -1377122 or 10419434. OLE color: 10419434.
HSL color Cylindrical-coordinate representation of color #EAFC9E: hue angle of 71.49º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAFC9E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 158 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.01 |
| HSL | 71.49º | 0.94% | 0.8% | - |
| HSV(B) | 71.49º | 0.37% | 0.99% | - |
| XYZ | 74.91 | 89.58 | 45.69 | - |
| YUV | 235.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 158 | 0.07 | 0 | 0.37 | 0.01 | 71.49 | 0.94 | 0.8 |
| Hex | EA | FC | 9E | 7 | 0 | 25 | 1 | 47 | 5E | 50 |
| Octal | 352 | 374 | 236 | 7 | 0 | 45 | 1 | 107 | 136 | 120 |
| Binary | 11101010 | 11111100 | 10011110 | 111 | 0 | 100101 | 1 | 1000111 | 1011110 | 1010000 |
Color Harmonies of #EAFC9E
Complementary color
Monochromatic Colors of #EAFC9E
Black with #EAFC9E
Text Example
Text Example
White with #EAFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC9E; }
p { color: rgb(234,252,158); }
H1.HeaderClassName
{
color: #EAFC9E;
}
.AnyTagClassName
{
color: #EAFC9E;
}
</style>
background-color css
<style>
a { background-color: #EAFC9E; }
a { background-color: rgb(234,252,158); }
div.DivClassName
{
background-color: #EAFC9E;
}
.BgClassName
{
background-color: #EAFC9E;
}
</style>
border-color css
<style>
span { border-color: #EAFC9E; }
span { border-color: rgb(234,252,158); }
td.TdClassName
{
border-color: #EAFC9E;
}
.TagClassName
{
border-color: #EAFC9E;
}
</style>