Shades of Australian Mint #E3F8AF
Tints of Australian Mint #E3F8AF
RGB
CMYK
RGB Variations
Color information
#E3F8AF (or 0xE3F8AF) is known color: Australian Mint. HEX triplet: E3, F8 and AF. RGB value is (227,248,175). Sum of RGB (Red+Green+Blue) = 227+248+175=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #E3F8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F8AF is #1C0750. Grayscale: #E9E9E9. Windows color (decimal): -1836881 or 11532515. OLE color: 11532515.
HSL color Cylindrical-coordinate representation of color #E3F8AF: hue angle of 77.26º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3F8AF is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 248 | 175 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.03 |
| HSL | 77.26º | 0.84% | 0.83% | - |
| HSV(B) | 77.26º | 0.29% | 0.97% | - |
| XYZ | 72.98 | 86.56 | 53.42 | - |
| YUV | 233.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 248 | 175 | 0.08 | 0 | 0.29 | 0.03 | 77.26 | 0.84 | 0.83 |
| Hex | E3 | F8 | AF | 8 | 0 | 1D | 3 | 4D | 54 | 53 |
| Octal | 343 | 370 | 257 | 10 | 0 | 35 | 3 | 115 | 124 | 123 |
| Binary | 11100011 | 11111000 | 10101111 | 1000 | 0 | 11101 | 11 | 1001101 | 1010100 | 1010011 |
Color Harmonies of #E3F8AF
Complementary color
Monochromatic Colors of #E3F8AF
Black with #E3F8AF
Text Example
Text Example
White with #E3F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F8AF; }
p { color: rgb(227,248,175); }
H1.HeaderClassName
{
color: #E3F8AF;
}
.AnyTagClassName
{
color: #E3F8AF;
}
</style>
background-color css
<style>
a { background-color: #E3F8AF; }
a { background-color: rgb(227,248,175); }
div.DivClassName
{
background-color: #E3F8AF;
}
.BgClassName
{
background-color: #E3F8AF;
}
</style>
border-color css
<style>
span { border-color: #E3F8AF; }
span { border-color: rgb(227,248,175); }
td.TdClassName
{
border-color: #E3F8AF;
}
.TagClassName
{
border-color: #E3F8AF;
}
</style>