Shades of Australian Mint #EFFEA6
Tints of Australian Mint #EFFEA6
RGB
CMYK
RGB Variations
Color information
#EFFEA6 (or 0xEFFEA6) is known color: Australian Mint. HEX triplet: EF, FE and A6. RGB value is (239,254,166). Sum of RGB (Red+Green+Blue) = 239+254+166=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 166 (65.23% from 255 or 25.19% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA6 is #100159. Grayscale: #EFEFEF. Windows color (decimal): -1048922 or 10944239. OLE color: 10944239.
HSL color Cylindrical-coordinate representation of color #EFFEA6: hue angle of 70.23º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFFEA6 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 166 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.00 |
| HSL | 70.23º | 0.98% | 0.82% | - |
| HSV(B) | 70.23º | 0.35% | 1% | - |
| XYZ | 77.92 | 91.99 | 49.72 | - |
| YUV | 239.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 166 | 0.06 | 0 | 0.35 | 0.00 | 70.23 | 0.98 | 0.82 |
| Hex | EF | FE | A6 | 6 | 0 | 23 | 0 | 46 | 62 | 52 |
| Octal | 357 | 376 | 246 | 6 | 0 | 43 | 0 | 106 | 142 | 122 |
| Binary | 11101111 | 11111110 | 10100110 | 110 | 0 | 100011 | 0 | 1000110 | 1100010 | 1010010 |
Color Harmonies of #EFFEA6
Complementary color
Monochromatic Colors of #EFFEA6
Black with #EFFEA6
Text Example
Text Example
White with #EFFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEA6; }
p { color: rgb(239,254,166); }
H1.HeaderClassName
{
color: #EFFEA6;
}
.AnyTagClassName
{
color: #EFFEA6;
}
</style>
background-color css
<style>
a { background-color: #EFFEA6; }
a { background-color: rgb(239,254,166); }
div.DivClassName
{
background-color: #EFFEA6;
}
.BgClassName
{
background-color: #EFFEA6;
}
</style>
border-color css
<style>
span { border-color: #EFFEA6; }
span { border-color: rgb(239,254,166); }
td.TdClassName
{
border-color: #EFFEA6;
}
.TagClassName
{
border-color: #EFFEA6;
}
</style>