Shades of Australian Mint #EFF9AF
Tints of Australian Mint #EFF9AF
RGB
CMYK
RGB Variations
Color information
#EFF9AF (or 0xEFF9AF) is known color: Australian Mint. HEX triplet: EF, F9 and AF. RGB value is (239,249,175). Sum of RGB (Red+Green+Blue) = 239+249+175=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF9AF is #100650. Grayscale: #EDEDED. Windows color (decimal): -1050193 or 11532783. OLE color: 11532783.
HSL color Cylindrical-coordinate representation of color #EFF9AF: hue angle of 68.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF9AF is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 175 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.02 |
| HSL | 68.11º | 0.86% | 0.83% | - |
| HSV(B) | 68.11º | 0.3% | 0.98% | - |
| XYZ | 77.21 | 89.2 | 53.7 | - |
| YUV | 237.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 175 | 0.04 | 0 | 0.30 | 0.02 | 68.11 | 0.86 | 0.83 |
| Hex | EF | F9 | AF | 4 | 0 | 1E | 2 | 44 | 56 | 53 |
| Octal | 357 | 371 | 257 | 4 | 0 | 36 | 2 | 104 | 126 | 123 |
| Binary | 11101111 | 11111001 | 10101111 | 100 | 0 | 11110 | 10 | 1000100 | 1010110 | 1010011 |
Color Harmonies of #EFF9AF
Complementary color
Monochromatic Colors of #EFF9AF
Black with #EFF9AF
Text Example
Text Example
White with #EFF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9AF; }
p { color: rgb(239,249,175); }
H1.HeaderClassName
{
color: #EFF9AF;
}
.AnyTagClassName
{
color: #EFF9AF;
}
</style>
background-color css
<style>
a { background-color: #EFF9AF; }
a { background-color: rgb(239,249,175); }
div.DivClassName
{
background-color: #EFF9AF;
}
.BgClassName
{
background-color: #EFF9AF;
}
</style>
border-color css
<style>
span { border-color: #EFF9AF; }
span { border-color: rgb(239,249,175); }
td.TdClassName
{
border-color: #EFF9AF;
}
.TagClassName
{
border-color: #EFF9AF;
}
</style>