Shades of Australian Mint #E6FA9B
Tints of Australian Mint #E6FA9B
RGB
CMYK
RGB Variations
Color information
#E6FA9B (or 0xE6FA9B) is known color: Australian Mint. HEX triplet: E6, FA and 9B. RGB value is (230,250,155). Sum of RGB (Red+Green+Blue) = 230+250+155=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 155 (60.94% from 255 or 24.41% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FA9B is #190564. Grayscale: #E9E9E9. Windows color (decimal): -1639781 or 10222310. OLE color: 10222310.
HSL color Cylindrical-coordinate representation of color #E6FA9B: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6FA9B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 155 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.02 |
| HSL | 72.63º | 0.9% | 0.79% | - |
| HSV(B) | 72.63º | 0.38% | 0.98% | - |
| XYZ | 72.74 | 87.56 | 44.08 | - |
| YUV | 233.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 155 | 0.08 | 0 | 0.38 | 0.02 | 72.63 | 0.9 | 0.79 |
| Hex | E6 | FA | 9B | 8 | 0 | 26 | 2 | 49 | 5A | 4F |
| Octal | 346 | 372 | 233 | 10 | 0 | 46 | 2 | 111 | 132 | 117 |
| Binary | 11100110 | 11111010 | 10011011 | 1000 | 0 | 100110 | 10 | 1001001 | 1011010 | 1001111 |
Color Harmonies of #E6FA9B
Complementary color
Monochromatic Colors of #E6FA9B
Black with #E6FA9B
Text Example
Text Example
White with #E6FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FA9B; }
p { color: rgb(230,250,155); }
H1.HeaderClassName
{
color: #E6FA9B;
}
.AnyTagClassName
{
color: #E6FA9B;
}
</style>
background-color css
<style>
a { background-color: #E6FA9B; }
a { background-color: rgb(230,250,155); }
div.DivClassName
{
background-color: #E6FA9B;
}
.BgClassName
{
background-color: #E6FA9B;
}
</style>
border-color css
<style>
span { border-color: #E6FA9B; }
span { border-color: rgb(230,250,155); }
td.TdClassName
{
border-color: #E6FA9B;
}
.TagClassName
{
border-color: #E6FA9B;
}
</style>