Shades of Australian Mint #E6FBA9
Tints of Australian Mint #E6FBA9
RGB
CMYK
RGB Variations
Color information
#E6FBA9 (or 0xE6FBA9) is known color: Australian Mint. HEX triplet: E6, FB and A9. RGB value is (230,251,169). Sum of RGB (Red+Green+Blue) = 230+251+169=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBA9 is #190456. Grayscale: #EBEBEB. Windows color (decimal): -1639511 or 11140070. OLE color: 11140070.
HSL color Cylindrical-coordinate representation of color #E6FBA9: hue angle of 75.37º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6FBA9 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 169 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.02 |
| HSL | 75.37º | 0.91% | 0.82% | - |
| HSV(B) | 75.37º | 0.33% | 0.98% | - |
| XYZ | 74.29 | 88.68 | 50.74 | - |
| YUV | 235.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 169 | 0.08 | 0 | 0.33 | 0.02 | 75.37 | 0.91 | 0.82 |
| Hex | E6 | FB | A9 | 8 | 0 | 21 | 2 | 4B | 5B | 52 |
| Octal | 346 | 373 | 251 | 10 | 0 | 41 | 2 | 113 | 133 | 122 |
| Binary | 11100110 | 11111011 | 10101001 | 1000 | 0 | 100001 | 10 | 1001011 | 1011011 | 1010010 |
Color Harmonies of #E6FBA9
Complementary color
Monochromatic Colors of #E6FBA9
Black with #E6FBA9
Text Example
Text Example
White with #E6FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBA9; }
p { color: rgb(230,251,169); }
H1.HeaderClassName
{
color: #E6FBA9;
}
.AnyTagClassName
{
color: #E6FBA9;
}
</style>
background-color css
<style>
a { background-color: #E6FBA9; }
a { background-color: rgb(230,251,169); }
div.DivClassName
{
background-color: #E6FBA9;
}
.BgClassName
{
background-color: #E6FBA9;
}
</style>
border-color css
<style>
span { border-color: #E6FBA9; }
span { border-color: rgb(230,251,169); }
td.TdClassName
{
border-color: #E6FBA9;
}
.TagClassName
{
border-color: #E6FBA9;
}
</style>