Shades of Australian Mint #EFF8A2
Tints of Australian Mint #EFF8A2
RGB
CMYK
RGB Variations
Color information
#EFF8A2 (or 0xEFF8A2) is known color: Australian Mint. HEX triplet: EF, F8 and A2. RGB value is (239,248,162). Sum of RGB (Red+Green+Blue) = 239+248+162=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8A2 is #10075D. Grayscale: #EBEBEB. Windows color (decimal): -1050462 or 10680559. OLE color: 10680559.
HSL color Cylindrical-coordinate representation of color #EFF8A2: hue angle of 66.28º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFF8A2 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 162 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.03 |
| HSL | 66.28º | 0.86% | 0.8% | - |
| HSV(B) | 66.28º | 0.35% | 0.97% | - |
| XYZ | 75.69 | 88.09 | 47.2 | - |
| YUV | 235.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 162 | 0.04 | 0 | 0.35 | 0.03 | 66.28 | 0.86 | 0.8 |
| Hex | EF | F8 | A2 | 4 | 0 | 23 | 3 | 42 | 56 | 50 |
| Octal | 357 | 370 | 242 | 4 | 0 | 43 | 3 | 102 | 126 | 120 |
| Binary | 11101111 | 11111000 | 10100010 | 100 | 0 | 100011 | 11 | 1000010 | 1010110 | 1010000 |
Color Harmonies of #EFF8A2
Complementary color
Monochromatic Colors of #EFF8A2
Black with #EFF8A2
Text Example
Text Example
White with #EFF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8A2; }
p { color: rgb(239,248,162); }
H1.HeaderClassName
{
color: #EFF8A2;
}
.AnyTagClassName
{
color: #EFF8A2;
}
</style>
background-color css
<style>
a { background-color: #EFF8A2; }
a { background-color: rgb(239,248,162); }
div.DivClassName
{
background-color: #EFF8A2;
}
.BgClassName
{
background-color: #EFF8A2;
}
</style>
border-color css
<style>
span { border-color: #EFF8A2; }
span { border-color: rgb(239,248,162); }
td.TdClassName
{
border-color: #EFF8A2;
}
.TagClassName
{
border-color: #EFF8A2;
}
</style>