Shades of Australian Mint #EBF5A2
Tints of Australian Mint #EBF5A2
RGB
CMYK
RGB Variations
Color information
#EBF5A2 (or 0xEBF5A2) is known color: Australian Mint. HEX triplet: EB, F5 and A2. RGB value is (235,245,162). Sum of RGB (Red+Green+Blue) = 235+245+162=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF5A2 is #140A5D. Grayscale: #E8E8E8. Windows color (decimal): -1313374 or 10679787. OLE color: 10679787.
HSL color Cylindrical-coordinate representation of color #EBF5A2: hue angle of 67.23º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBF5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 162 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.04 |
| HSL | 67.23º | 0.81% | 0.8% | - |
| HSV(B) | 67.23º | 0.34% | 0.96% | - |
| XYZ | 73.43 | 85.58 | 46.83 | - |
| YUV | 232.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 162 | 0.04 | 0 | 0.34 | 0.04 | 67.23 | 0.81 | 0.8 |
| Hex | EB | F5 | A2 | 4 | 0 | 22 | 4 | 43 | 51 | 50 |
| Octal | 353 | 365 | 242 | 4 | 0 | 42 | 4 | 103 | 121 | 120 |
| Binary | 11101011 | 11110101 | 10100010 | 100 | 0 | 100010 | 100 | 1000011 | 1010001 | 1010000 |
Color Harmonies of #EBF5A2
Complementary color
Monochromatic Colors of #EBF5A2
Black with #EBF5A2
Text Example
Text Example
White with #EBF5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5A2; }
p { color: rgb(235,245,162); }
H1.HeaderClassName
{
color: #EBF5A2;
}
.AnyTagClassName
{
color: #EBF5A2;
}
</style>
background-color css
<style>
a { background-color: #EBF5A2; }
a { background-color: rgb(235,245,162); }
div.DivClassName
{
background-color: #EBF5A2;
}
.BgClassName
{
background-color: #EBF5A2;
}
</style>
border-color css
<style>
span { border-color: #EBF5A2; }
span { border-color: rgb(235,245,162); }
td.TdClassName
{
border-color: #EBF5A2;
}
.TagClassName
{
border-color: #EBF5A2;
}
</style>