Shades of Australian Mint #E6FBA6
Tints of Australian Mint #E6FBA6
RGB
CMYK
RGB Variations
Color information
#E6FBA6 (or 0xE6FBA6) is known color: Australian Mint. HEX triplet: E6, FB and A6. RGB value is (230,251,166). Sum of RGB (Red+Green+Blue) = 230+251+166=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBA6 is #190459. Grayscale: #EBEBEB. Windows color (decimal): -1639514 or 10943462. OLE color: 10943462.
HSL color Cylindrical-coordinate representation of color #E6FBA6: hue angle of 74.82º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6FBA6 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 166 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.02 |
| HSL | 74.82º | 0.91% | 0.82% | - |
| HSV(B) | 74.82º | 0.34% | 0.98% | - |
| XYZ | 74.01 | 88.57 | 49.27 | - |
| YUV | 235.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 166 | 0.08 | 0 | 0.34 | 0.02 | 74.82 | 0.91 | 0.82 |
| Hex | E6 | FB | A6 | 8 | 0 | 22 | 2 | 4B | 5B | 52 |
| Octal | 346 | 373 | 246 | 10 | 0 | 42 | 2 | 113 | 133 | 122 |
| Binary | 11100110 | 11111011 | 10100110 | 1000 | 0 | 100010 | 10 | 1001011 | 1011011 | 1010010 |
Color Harmonies of #E6FBA6
Complementary color
Monochromatic Colors of #E6FBA6
Black with #E6FBA6
Text Example
Text Example
White with #E6FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBA6; }
p { color: rgb(230,251,166); }
H1.HeaderClassName
{
color: #E6FBA6;
}
.AnyTagClassName
{
color: #E6FBA6;
}
</style>
background-color css
<style>
a { background-color: #E6FBA6; }
a { background-color: rgb(230,251,166); }
div.DivClassName
{
background-color: #E6FBA6;
}
.BgClassName
{
background-color: #E6FBA6;
}
</style>
border-color css
<style>
span { border-color: #E6FBA6; }
span { border-color: rgb(230,251,166); }
td.TdClassName
{
border-color: #E6FBA6;
}
.TagClassName
{
border-color: #E6FBA6;
}
</style>