Shades of Australian Mint #EAFC9D
Tints of Australian Mint #EAFC9D
RGB
CMYK
RGB Variations
Color information
#EAFC9D (or 0xEAFC9D) is known color: Australian Mint. HEX triplet: EA, FC and 9D. RGB value is (234,252,157). Sum of RGB (Red+Green+Blue) = 234+252+157=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 157 (61.72% from 255 or 24.42% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC9D is #150362. Grayscale: #ECECEC. Windows color (decimal): -1377123 or 10353898. OLE color: 10353898.
HSL color Cylindrical-coordinate representation of color #EAFC9D: hue angle of 71.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAFC9D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 157 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.01 |
| HSL | 71.37º | 0.94% | 0.8% | - |
| HSV(B) | 71.37º | 0.38% | 0.99% | - |
| XYZ | 74.83 | 89.55 | 45.24 | - |
| YUV | 235.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 157 | 0.07 | 0 | 0.38 | 0.01 | 71.37 | 0.94 | 0.8 |
| Hex | EA | FC | 9D | 7 | 0 | 26 | 1 | 47 | 5E | 50 |
| Octal | 352 | 374 | 235 | 7 | 0 | 46 | 1 | 107 | 136 | 120 |
| Binary | 11101010 | 11111100 | 10011101 | 111 | 0 | 100110 | 1 | 1000111 | 1011110 | 1010000 |
Color Harmonies of #EAFC9D
Complementary color
Monochromatic Colors of #EAFC9D
Black with #EAFC9D
Text Example
Text Example
White with #EAFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC9D; }
p { color: rgb(234,252,157); }
H1.HeaderClassName
{
color: #EAFC9D;
}
.AnyTagClassName
{
color: #EAFC9D;
}
</style>
background-color css
<style>
a { background-color: #EAFC9D; }
a { background-color: rgb(234,252,157); }
div.DivClassName
{
background-color: #EAFC9D;
}
.BgClassName
{
background-color: #EAFC9D;
}
</style>
border-color css
<style>
span { border-color: #EAFC9D; }
span { border-color: rgb(234,252,157); }
td.TdClassName
{
border-color: #EAFC9D;
}
.TagClassName
{
border-color: #EAFC9D;
}
</style>