Shades of Australian Mint #EFFCAA
Tints of Australian Mint #EFFCAA
RGB
CMYK
RGB Variations
Color information
#EFFCAA (or 0xEFFCAA) is known color: Australian Mint. HEX triplet: EF, FC and AA. RGB value is (239,252,170). Sum of RGB (Red+Green+Blue) = 239+252+170=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFCAA is #100355. Grayscale: #EFEFEF. Windows color (decimal): -1049430 or 11205871. OLE color: 11205871.
HSL color Cylindrical-coordinate representation of color #EFFCAA: hue angle of 69.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFFCAA is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 170 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.01 |
| HSL | 69.51º | 0.93% | 0.83% | - |
| HSV(B) | 69.51º | 0.33% | 0.99% | - |
| XYZ | 77.66 | 90.87 | 51.48 | - |
| YUV | 238.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 170 | 0.05 | 0 | 0.33 | 0.01 | 69.51 | 0.93 | 0.83 |
| Hex | EF | FC | AA | 5 | 0 | 21 | 1 | 46 | 5D | 53 |
| Octal | 357 | 374 | 252 | 5 | 0 | 41 | 1 | 106 | 135 | 123 |
| Binary | 11101111 | 11111100 | 10101010 | 101 | 0 | 100001 | 1 | 1000110 | 1011101 | 1010011 |
Color Harmonies of #EFFCAA
Complementary color
Monochromatic Colors of #EFFCAA
Black with #EFFCAA
Text Example
Text Example
White with #EFFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCAA; }
p { color: rgb(239,252,170); }
H1.HeaderClassName
{
color: #EFFCAA;
}
.AnyTagClassName
{
color: #EFFCAA;
}
</style>
background-color css
<style>
a { background-color: #EFFCAA; }
a { background-color: rgb(239,252,170); }
div.DivClassName
{
background-color: #EFFCAA;
}
.BgClassName
{
background-color: #EFFCAA;
}
</style>
border-color css
<style>
span { border-color: #EFFCAA; }
span { border-color: rgb(239,252,170); }
td.TdClassName
{
border-color: #EFFCAA;
}
.TagClassName
{
border-color: #EFFCAA;
}
</style>