Shades of Australian Mint #E6FF9B
Tints of Australian Mint #E6FF9B
RGB
CMYK
RGB Variations
Color information
#E6FF9B (or 0xE6FF9B) is known color: Australian Mint. HEX triplet: E6, FF and 9B. RGB value is (230,255,155). Sum of RGB (Red+Green+Blue) = 230+255+155=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 155 (60.94% from 255 or 24.22% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FF9B is #190064. Grayscale: #ECECEC. Windows color (decimal): -1638501 or 10223590. OLE color: 10223590.
HSL color Cylindrical-coordinate representation of color #E6FF9B: hue angle of 75º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6FF9B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 155 | - |
| CMYK | 0.10 | 0 | 0.39 | 0 |
| HSL | 75º | 1% | 0.8% | - |
| HSV(B) | 75º | 0.39% | 1% | - |
| XYZ | 74.31 | 90.71 | 44.6 | - |
| YUV | 236.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 155 | 0.10 | 0 | 0.39 | 0 | 75 | 1 | 0.8 |
| Hex | E6 | FF | 9B | A | 0 | 27 | 0 | 4B | 64 | 50 |
| Octal | 346 | 377 | 233 | 12 | 0 | 47 | 0 | 113 | 144 | 120 |
| Binary | 11100110 | 11111111 | 10011011 | 1010 | 0 | 100111 | 0 | 1001011 | 1100100 | 1010000 |
Color Harmonies of #E6FF9B
Complementary color
Monochromatic Colors of #E6FF9B
Black with #E6FF9B
Text Example
Text Example
White with #E6FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF9B; }
p { color: rgb(230,255,155); }
H1.HeaderClassName
{
color: #E6FF9B;
}
.AnyTagClassName
{
color: #E6FF9B;
}
</style>
background-color css
<style>
a { background-color: #E6FF9B; }
a { background-color: rgb(230,255,155); }
div.DivClassName
{
background-color: #E6FF9B;
}
.BgClassName
{
background-color: #E6FF9B;
}
</style>
border-color css
<style>
span { border-color: #E6FF9B; }
span { border-color: rgb(230,255,155); }
td.TdClassName
{
border-color: #E6FF9B;
}
.TagClassName
{
border-color: #E6FF9B;
}
</style>