Shades of Australian Mint #EFFEA8
Tints of Australian Mint #EFFEA8
RGB
CMYK
RGB Variations
Color information
#EFFEA8 (or 0xEFFEA8) is known color: Australian Mint. HEX triplet: EF, FE and A8. RGB value is (239,254,168). Sum of RGB (Red+Green+Blue) = 239+254+168=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA8 is #100157. Grayscale: #F0F0F0. Windows color (decimal): -1048920 or 11075311. OLE color: 11075311.
HSL color Cylindrical-coordinate representation of color #EFFEA8: hue angle of 70.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFEA8 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 168 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.00 |
| HSL | 70.47º | 0.98% | 0.83% | - |
| HSV(B) | 70.47º | 0.34% | 1% | - |
| XYZ | 78.11 | 92.06 | 50.7 | - |
| YUV | 239.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 168 | 0.06 | 0 | 0.34 | 0.00 | 70.47 | 0.98 | 0.83 |
| Hex | EF | FE | A8 | 6 | 0 | 22 | 0 | 46 | 62 | 53 |
| Octal | 357 | 376 | 250 | 6 | 0 | 42 | 0 | 106 | 142 | 123 |
| Binary | 11101111 | 11111110 | 10101000 | 110 | 0 | 100010 | 0 | 1000110 | 1100010 | 1010011 |
Color Harmonies of #EFFEA8
Complementary color
Monochromatic Colors of #EFFEA8
Black with #EFFEA8
Text Example
Text Example
White with #EFFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEA8; }
p { color: rgb(239,254,168); }
H1.HeaderClassName
{
color: #EFFEA8;
}
.AnyTagClassName
{
color: #EFFEA8;
}
</style>
background-color css
<style>
a { background-color: #EFFEA8; }
a { background-color: rgb(239,254,168); }
div.DivClassName
{
background-color: #EFFEA8;
}
.BgClassName
{
background-color: #EFFEA8;
}
</style>
border-color css
<style>
span { border-color: #EFFEA8; }
span { border-color: rgb(239,254,168); }
td.TdClassName
{
border-color: #EFFEA8;
}
.TagClassName
{
border-color: #EFFEA8;
}
</style>