Shades of Australian Mint #EDFAA2
Tints of Australian Mint #EDFAA2
RGB
CMYK
RGB Variations
Color information
#EDFAA2 (or 0xEDFAA2) is known color: Australian Mint. HEX triplet: ED, FA and A2. RGB value is (237,250,162). Sum of RGB (Red+Green+Blue) = 237+250+162=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA2 is #12055D. Grayscale: #ECECEC. Windows color (decimal): -1181022 or 10681069. OLE color: 10681069.
HSL color Cylindrical-coordinate representation of color #EDFAA2: hue angle of 68.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDFAA2 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 162 | - |
CMYK | 0.05 | 0 | 0.35 | 0.02 |
HSL | 68.86º | 0.9% | 0.81% | - |
HSV(B) | 68.86º | 0.35% | 0.98% | - |
XYZ | 75.63 | 88.98 | 47.37 | - |
YUV | 236.08 | 86.19 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 162 | 0.05 | 0 | 0.35 | 0.02 | 68.86 | 0.9 | 0.81 |
Hex | ED | FA | A2 | 5 | 0 | 23 | 2 | 45 | 5A | 51 |
Octal | 355 | 372 | 242 | 5 | 0 | 43 | 2 | 105 | 132 | 121 |
Binary | 11101101 | 11111010 | 10100010 | 101 | 0 | 100011 | 10 | 1000101 | 1011010 | 1010001 |
Color Harmonies of #EDFAA2
Complementary color
Monochromatic Colors of #EDFAA2
Black with #EDFAA2
Text Example
Text Example
White with #EDFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAA2; }
p { color: rgb(237,250,162); }
H1.HeaderClassName
{
color: #EDFAA2;
}
.AnyTagClassName
{
color: #EDFAA2;
}
</style>
background-color css
<style>
a { background-color: #EDFAA2; }
a { background-color: rgb(237,250,162); }
div.DivClassName
{
background-color: #EDFAA2;
}
.BgClassName
{
background-color: #EDFAA2;
}
</style>
border-color css
<style>
span { border-color: #EDFAA2; }
span { border-color: rgb(237,250,162); }
td.TdClassName
{
border-color: #EDFAA2;
}
.TagClassName
{
border-color: #EDFAA2;
}
</style>