Shades of Australian Mint #EDFEA2
Tints of Australian Mint #EDFEA2
RGB
CMYK
RGB Variations
Color information
#EDFEA2 (or 0xEDFEA2) is known color: Australian Mint. HEX triplet: ED, FE and A2. RGB value is (237,254,162). Sum of RGB (Red+Green+Blue) = 237+254+162=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA2 is #12015D. Grayscale: #EEEEEE. Windows color (decimal): -1179998 or 10682093. OLE color: 10682093.
HSL color Cylindrical-coordinate representation of color #EDFEA2: hue angle of 71.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 162 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.00 |
| HSL | 71.09º | 0.98% | 0.82% | - |
| HSV(B) | 71.09º | 0.36% | 1% | - |
| XYZ | 76.89 | 91.5 | 47.79 | - |
| YUV | 238.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 162 | 0.07 | 0 | 0.36 | 0.00 | 71.09 | 0.98 | 0.82 |
| Hex | ED | FE | A2 | 7 | 0 | 24 | 0 | 47 | 62 | 52 |
| Octal | 355 | 376 | 242 | 7 | 0 | 44 | 0 | 107 | 142 | 122 |
| Binary | 11101101 | 11111110 | 10100010 | 111 | 0 | 100100 | 0 | 1000111 | 1100010 | 1010010 |
Color Harmonies of #EDFEA2
Complementary color
Monochromatic Colors of #EDFEA2
Black with #EDFEA2
Text Example
Text Example
White with #EDFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEA2; }
p { color: rgb(237,254,162); }
H1.HeaderClassName
{
color: #EDFEA2;
}
.AnyTagClassName
{
color: #EDFEA2;
}
</style>
background-color css
<style>
a { background-color: #EDFEA2; }
a { background-color: rgb(237,254,162); }
div.DivClassName
{
background-color: #EDFEA2;
}
.BgClassName
{
background-color: #EDFEA2;
}
</style>
border-color css
<style>
span { border-color: #EDFEA2; }
span { border-color: rgb(237,254,162); }
td.TdClassName
{
border-color: #EDFEA2;
}
.TagClassName
{
border-color: #EDFEA2;
}
</style>