Shades of Australian Mint #EAFDA7
Tints of Australian Mint #EAFDA7
RGB
CMYK
RGB Variations
Color information
#EAFDA7 (or 0xEAFDA7) is known color: Australian Mint. HEX triplet: EA, FD and A7. RGB value is (234,253,167). Sum of RGB (Red+Green+Blue) = 234+253+167=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA7 is #150258. Grayscale: #EDEDED. Windows color (decimal): -1376857 or 11009514. OLE color: 11009514.
HSL color Cylindrical-coordinate representation of color #EAFDA7: hue angle of 73.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAFDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 167 | - |
CMYK | 0.08 | 0 | 0.34 | 0.01 |
HSL | 73.26º | 0.96% | 0.82% | - |
HSV(B) | 73.26º | 0.34% | 0.99% | - |
XYZ | 76.03 | 90.53 | 50.03 | - |
YUV | 237.52 | 88.21 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 167 | 0.08 | 0 | 0.34 | 0.01 | 73.26 | 0.96 | 0.82 |
Hex | EA | FD | A7 | 8 | 0 | 22 | 1 | 49 | 60 | 52 |
Octal | 352 | 375 | 247 | 10 | 0 | 42 | 1 | 111 | 140 | 122 |
Binary | 11101010 | 11111101 | 10100111 | 1000 | 0 | 100010 | 1 | 1001001 | 1100000 | 1010010 |
Color Harmonies of #EAFDA7
Complementary color
Monochromatic Colors of #EAFDA7
Black with #EAFDA7
Text Example
Text Example
White with #EAFDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDA7; }
p { color: rgb(234,253,167); }
H1.HeaderClassName
{
color: #EAFDA7;
}
.AnyTagClassName
{
color: #EAFDA7;
}
</style>
background-color css
<style>
a { background-color: #EAFDA7; }
a { background-color: rgb(234,253,167); }
div.DivClassName
{
background-color: #EAFDA7;
}
.BgClassName
{
background-color: #EAFDA7;
}
</style>
border-color css
<style>
span { border-color: #EAFDA7; }
span { border-color: rgb(234,253,167); }
td.TdClassName
{
border-color: #EAFDA7;
}
.TagClassName
{
border-color: #EAFDA7;
}
</style>