Shades of Australian Mint #EBFFA1
Tints of Australian Mint #EBFFA1
RGB
CMYK
RGB Variations
Color information
#EBFFA1 (or 0xEBFFA1) is known color: Australian Mint. HEX triplet: EB, FF and A1. RGB value is (235,255,161). Sum of RGB (Red+Green+Blue) = 235+255+161=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 161 (63.28% from 255 or 24.73% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFA1 is #14005E. Grayscale: #EEEEEE. Windows color (decimal): -1310815 or 10616811. OLE color: 10616811.
HSL color Cylindrical-coordinate representation of color #EBFFA1: hue angle of 72.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBFFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 161 | - |
| CMYK | 0.08 | 0 | 0.37 | 0 |
| HSL | 72.77º | 1% | 0.82% | - |
| HSV(B) | 72.77º | 0.37% | 1% | - |
| XYZ | 76.45 | 91.76 | 47.4 | - |
| YUV | 238.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 161 | 0.08 | 0 | 0.37 | 0 | 72.77 | 1 | 0.82 |
| Hex | EB | FF | A1 | 8 | 0 | 25 | 0 | 49 | 64 | 52 |
| Octal | 353 | 377 | 241 | 10 | 0 | 45 | 0 | 111 | 144 | 122 |
| Binary | 11101011 | 11111111 | 10100001 | 1000 | 0 | 100101 | 0 | 1001001 | 1100100 | 1010010 |
Color Harmonies of #EBFFA1
Complementary color
Monochromatic Colors of #EBFFA1
Black with #EBFFA1
Text Example
Text Example
White with #EBFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFA1; }
p { color: rgb(235,255,161); }
H1.HeaderClassName
{
color: #EBFFA1;
}
.AnyTagClassName
{
color: #EBFFA1;
}
</style>
background-color css
<style>
a { background-color: #EBFFA1; }
a { background-color: rgb(235,255,161); }
div.DivClassName
{
background-color: #EBFFA1;
}
.BgClassName
{
background-color: #EBFFA1;
}
</style>
border-color css
<style>
span { border-color: #EBFFA1; }
span { border-color: rgb(235,255,161); }
td.TdClassName
{
border-color: #EBFFA1;
}
.TagClassName
{
border-color: #EBFFA1;
}
</style>