Shades of Australian Mint #EAFDA4
Tints of Australian Mint #EAFDA4
RGB
CMYK
RGB Variations
Color information
#EAFDA4 (or 0xEAFDA4) is known color: Australian Mint. HEX triplet: EA, FD and A4. RGB value is (234,253,164). Sum of RGB (Red+Green+Blue) = 234+253+164=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA4 is #15025B. Grayscale: #EDEDED. Windows color (decimal): -1376860 or 10812906. OLE color: 10812906.
HSL color Cylindrical-coordinate representation of color #EAFDA4: hue angle of 72.81º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAFDA4 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 164 | - |
CMYK | 0.08 | 0 | 0.35 | 0.01 |
HSL | 72.81º | 0.96% | 0.82% | - |
HSV(B) | 72.81º | 0.35% | 0.99% | - |
XYZ | 75.76 | 90.42 | 48.58 | - |
YUV | 237.17 | 86.71 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 164 | 0.08 | 0 | 0.35 | 0.01 | 72.81 | 0.96 | 0.82 |
Hex | EA | FD | A4 | 8 | 0 | 23 | 1 | 49 | 60 | 52 |
Octal | 352 | 375 | 244 | 10 | 0 | 43 | 1 | 111 | 140 | 122 |
Binary | 11101010 | 11111101 | 10100100 | 1000 | 0 | 100011 | 1 | 1001001 | 1100000 | 1010010 |
Color Harmonies of #EAFDA4
Complementary color
Monochromatic Colors of #EAFDA4
Black with #EAFDA4
Text Example
Text Example
White with #EAFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDA4; }
p { color: rgb(234,253,164); }
H1.HeaderClassName
{
color: #EAFDA4;
}
.AnyTagClassName
{
color: #EAFDA4;
}
</style>
background-color css
<style>
a { background-color: #EAFDA4; }
a { background-color: rgb(234,253,164); }
div.DivClassName
{
background-color: #EAFDA4;
}
.BgClassName
{
background-color: #EAFDA4;
}
</style>
border-color css
<style>
span { border-color: #EAFDA4; }
span { border-color: rgb(234,253,164); }
td.TdClassName
{
border-color: #EAFDA4;
}
.TagClassName
{
border-color: #EAFDA4;
}
</style>