Shades of Australian Mint #E2FBA2
Tints of Australian Mint #E2FBA2
RGB
CMYK
RGB Variations
Color information
#E2FBA2 (or 0xE2FBA2) is known color: Australian Mint. HEX triplet: E2, FB and A2. RGB value is (226,251,162). Sum of RGB (Red+Green+Blue) = 226+251+162=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBA2 is #1D045D. Grayscale: #E9E9E9. Windows color (decimal): -1901662 or 10681314. OLE color: 10681314.
HSL color Cylindrical-coordinate representation of color #E2FBA2: hue angle of 76.85º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2FBA2 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 162 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.02 |
| HSL | 76.85º | 0.92% | 0.81% | - |
| HSV(B) | 76.85º | 0.35% | 0.98% | - |
| XYZ | 72.38 | 87.77 | 47.31 | - |
| YUV | 233.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 162 | 0.10 | 0 | 0.35 | 0.02 | 76.85 | 0.92 | 0.81 |
| Hex | E2 | FB | A2 | A | 0 | 23 | 2 | 4D | 5C | 51 |
| Octal | 342 | 373 | 242 | 12 | 0 | 43 | 2 | 115 | 134 | 121 |
| Binary | 11100010 | 11111011 | 10100010 | 1010 | 0 | 100011 | 10 | 1001101 | 1011100 | 1010001 |
Color Harmonies of #E2FBA2
Complementary color
Monochromatic Colors of #E2FBA2
Black with #E2FBA2
Text Example
Text Example
White with #E2FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBA2; }
p { color: rgb(226,251,162); }
H1.HeaderClassName
{
color: #E2FBA2;
}
.AnyTagClassName
{
color: #E2FBA2;
}
</style>
background-color css
<style>
a { background-color: #E2FBA2; }
a { background-color: rgb(226,251,162); }
div.DivClassName
{
background-color: #E2FBA2;
}
.BgClassName
{
background-color: #E2FBA2;
}
</style>
border-color css
<style>
span { border-color: #E2FBA2; }
span { border-color: rgb(226,251,162); }
td.TdClassName
{
border-color: #E2FBA2;
}
.TagClassName
{
border-color: #E2FBA2;
}
</style>