Shades of Australian Mint #EDFEA8
Tints of Australian Mint #EDFEA8
RGB
CMYK
RGB Variations
Color information
#EDFEA8 (or 0xEDFEA8) is known color: Australian Mint. HEX triplet: ED, FE and A8. RGB value is (237,254,168). Sum of RGB (Red+Green+Blue) = 237+254+168=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA8 is #120157. Grayscale: #EFEFEF. Windows color (decimal): -1179992 or 11075309. OLE color: 11075309.
HSL color Cylindrical-coordinate representation of color #EDFEA8: hue angle of 71.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 168 | - |
CMYK | 0.07 | 0 | 0.34 | 0.00 |
HSL | 71.86º | 0.98% | 0.83% | - |
HSV(B) | 71.86º | 0.34% | 1% | - |
XYZ | 77.43 | 91.72 | 50.67 | - |
YUV | 239.11 | 87.87 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 168 | 0.07 | 0 | 0.34 | 0.00 | 71.86 | 0.98 | 0.83 |
Hex | ED | FE | A8 | 7 | 0 | 22 | 0 | 48 | 62 | 53 |
Octal | 355 | 376 | 250 | 7 | 0 | 42 | 0 | 110 | 142 | 123 |
Binary | 11101101 | 11111110 | 10101000 | 111 | 0 | 100010 | 0 | 1001000 | 1100010 | 1010011 |
Color Harmonies of #EDFEA8
Complementary color
Monochromatic Colors of #EDFEA8
Black with #EDFEA8
Text Example
Text Example
White with #EDFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEA8; }
p { color: rgb(237,254,168); }
H1.HeaderClassName
{
color: #EDFEA8;
}
.AnyTagClassName
{
color: #EDFEA8;
}
</style>
background-color css
<style>
a { background-color: #EDFEA8; }
a { background-color: rgb(237,254,168); }
div.DivClassName
{
background-color: #EDFEA8;
}
.BgClassName
{
background-color: #EDFEA8;
}
</style>
border-color css
<style>
span { border-color: #EDFEA8; }
span { border-color: rgb(237,254,168); }
td.TdClassName
{
border-color: #EDFEA8;
}
.TagClassName
{
border-color: #EDFEA8;
}
</style>