Shades of Australian Mint #EAFC9B
Tints of Australian Mint #EAFC9B
RGB
CMYK
RGB Variations
Color information
#EAFC9B (or 0xEAFC9B) is known color: Australian Mint. HEX triplet: EA, FC and 9B. RGB value is (234,252,155). Sum of RGB (Red+Green+Blue) = 234+252+155=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 155 (60.94% from 255 or 24.18% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC9B is #150364. Grayscale: #EBEBEB. Windows color (decimal): -1377125 or 10222826. OLE color: 10222826.
HSL color Cylindrical-coordinate representation of color #EAFC9B: hue angle of 71.13º 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 #EAFC9B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 155 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.01 |
| HSL | 71.13º | 0.94% | 0.8% | - |
| HSV(B) | 71.13º | 0.38% | 0.99% | - |
| XYZ | 74.66 | 89.48 | 44.35 | - |
| YUV | 235.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 155 | 0.07 | 0 | 0.38 | 0.01 | 71.13 | 0.94 | 0.8 |
| Hex | EA | FC | 9B | 7 | 0 | 26 | 1 | 47 | 5E | 50 |
| Octal | 352 | 374 | 233 | 7 | 0 | 46 | 1 | 107 | 136 | 120 |
| Binary | 11101010 | 11111100 | 10011011 | 111 | 0 | 100110 | 1 | 1000111 | 1011110 | 1010000 |
Color Harmonies of #EAFC9B
Complementary color
Monochromatic Colors of #EAFC9B
Black with #EAFC9B
Text Example
Text Example
White with #EAFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC9B; }
p { color: rgb(234,252,155); }
H1.HeaderClassName
{
color: #EAFC9B;
}
.AnyTagClassName
{
color: #EAFC9B;
}
</style>
background-color css
<style>
a { background-color: #EAFC9B; }
a { background-color: rgb(234,252,155); }
div.DivClassName
{
background-color: #EAFC9B;
}
.BgClassName
{
background-color: #EAFC9B;
}
</style>
border-color css
<style>
span { border-color: #EAFC9B; }
span { border-color: rgb(234,252,155); }
td.TdClassName
{
border-color: #EAFC9B;
}
.TagClassName
{
border-color: #EAFC9B;
}
</style>