Shades of Australian Mint #EDF8AB
Tints of Australian Mint #EDF8AB
RGB
CMYK
RGB Variations
Color information
#EDF8AB (or 0xEDF8AB) is known color: Australian Mint. HEX triplet: ED, F8 and AB. RGB value is (237,248,171). Sum of RGB (Red+Green+Blue) = 237+248+171=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8AB is #120754. Grayscale: #ECECEC. Windows color (decimal): -1181525 or 11270381. OLE color: 11270381.
HSL color Cylindrical-coordinate representation of color #EDF8AB: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDF8AB is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 171 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.03 |
| HSL | 68.57º | 0.85% | 0.82% | - |
| HSV(B) | 68.57º | 0.31% | 0.97% | - |
| XYZ | 75.84 | 88.08 | 51.53 | - |
| YUV | 235.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 171 | 0.04 | 0 | 0.31 | 0.03 | 68.57 | 0.85 | 0.82 |
| Hex | ED | F8 | AB | 4 | 0 | 1F | 3 | 45 | 55 | 52 |
| Octal | 355 | 370 | 253 | 4 | 0 | 37 | 3 | 105 | 125 | 122 |
| Binary | 11101101 | 11111000 | 10101011 | 100 | 0 | 11111 | 11 | 1000101 | 1010101 | 1010010 |
Color Harmonies of #EDF8AB
Complementary color
Monochromatic Colors of #EDF8AB
Black with #EDF8AB
Text Example
Text Example
White with #EDF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8AB; }
p { color: rgb(237,248,171); }
H1.HeaderClassName
{
color: #EDF8AB;
}
.AnyTagClassName
{
color: #EDF8AB;
}
</style>
background-color css
<style>
a { background-color: #EDF8AB; }
a { background-color: rgb(237,248,171); }
div.DivClassName
{
background-color: #EDF8AB;
}
.BgClassName
{
background-color: #EDF8AB;
}
</style>
border-color css
<style>
span { border-color: #EDF8AB; }
span { border-color: rgb(237,248,171); }
td.TdClassName
{
border-color: #EDF8AB;
}
.TagClassName
{
border-color: #EDF8AB;
}
</style>