Shades of Australian Mint #EDFFAA
Tints of Australian Mint #EDFFAA
RGB
CMYK
RGB Variations
Color information
#EDFFAA (or 0xEDFFAA) is known color: Australian Mint. HEX triplet: ED, FF and AA. RGB value is (237,255,170). Sum of RGB (Red+Green+Blue) = 237+255+170=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFAA is #120055. Grayscale: #F0F0F0. Windows color (decimal): -1179734 or 11206637. OLE color: 11206637.
HSL color Cylindrical-coordinate representation of color #EDFFAA: hue angle of 72.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFFAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 170 | - |
| CMYK | 0.07 | 0 | 0.33 | 0 |
| HSL | 72.71º | 1% | 0.83% | - |
| HSV(B) | 72.71º | 0.33% | 1% | - |
| XYZ | 77.94 | 92.43 | 51.76 | - |
| YUV | 239.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 170 | 0.07 | 0 | 0.33 | 0 | 72.71 | 1 | 0.83 |
| Hex | ED | FF | AA | 7 | 0 | 21 | 0 | 49 | 64 | 53 |
| Octal | 355 | 377 | 252 | 7 | 0 | 41 | 0 | 111 | 144 | 123 |
| Binary | 11101101 | 11111111 | 10101010 | 111 | 0 | 100001 | 0 | 1001001 | 1100100 | 1010011 |
Color Harmonies of #EDFFAA
Complementary color
Monochromatic Colors of #EDFFAA
Black with #EDFFAA
Text Example
Text Example
White with #EDFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFAA; }
p { color: rgb(237,255,170); }
H1.HeaderClassName
{
color: #EDFFAA;
}
.AnyTagClassName
{
color: #EDFFAA;
}
</style>
background-color css
<style>
a { background-color: #EDFFAA; }
a { background-color: rgb(237,255,170); }
div.DivClassName
{
background-color: #EDFFAA;
}
.BgClassName
{
background-color: #EDFFAA;
}
</style>
border-color css
<style>
span { border-color: #EDFFAA; }
span { border-color: rgb(237,255,170); }
td.TdClassName
{
border-color: #EDFFAA;
}
.TagClassName
{
border-color: #EDFFAA;
}
</style>