Shades of Australian Mint #E6F19F
Tints of Australian Mint #E6F19F
RGB
CMYK
RGB Variations
Color information
#E6F19F (or 0xE6F19F) is known color: Australian Mint. HEX triplet: E6, F1 and 9F. RGB value is (230,241,159). Sum of RGB (Red+Green+Blue) = 230+241+159=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F19F is #190E60. Grayscale: #E4E4E4. Windows color (decimal): -1642081 or 10482150. OLE color: 10482150.
HSL color Cylindrical-coordinate representation of color #E6F19F: hue angle of 68.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6F19F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 159 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.05 |
| HSL | 68.05º | 0.75% | 0.78% | - |
| HSV(B) | 68.05º | 0.34% | 0.95% | - |
| XYZ | 70.35 | 82.24 | 44.97 | - |
| YUV | 228.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 159 | 0.05 | 0 | 0.34 | 0.05 | 68.05 | 0.75 | 0.78 |
| Hex | E6 | F1 | 9F | 5 | 0 | 22 | 5 | 44 | 4B | 4E |
| Octal | 346 | 361 | 237 | 5 | 0 | 42 | 5 | 104 | 113 | 116 |
| Binary | 11100110 | 11110001 | 10011111 | 101 | 0 | 100010 | 101 | 1000100 | 1001011 | 1001110 |
Color Harmonies of #E6F19F
Complementary color
Monochromatic Colors of #E6F19F
Black with #E6F19F
Text Example
Text Example
White with #E6F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F19F; }
p { color: rgb(230,241,159); }
H1.HeaderClassName
{
color: #E6F19F;
}
.AnyTagClassName
{
color: #E6F19F;
}
</style>
background-color css
<style>
a { background-color: #E6F19F; }
a { background-color: rgb(230,241,159); }
div.DivClassName
{
background-color: #E6F19F;
}
.BgClassName
{
background-color: #E6F19F;
}
</style>
border-color css
<style>
span { border-color: #E6F19F; }
span { border-color: rgb(230,241,159); }
td.TdClassName
{
border-color: #E6F19F;
}
.TagClassName
{
border-color: #E6F19F;
}
</style>