Shades of Australian Mint #EAFF9A
Tints of Australian Mint #EAFF9A
RGB
CMYK
RGB Variations
Color information
#EAFF9A (or 0xEAFF9A) is known color: Australian Mint. HEX triplet: EA, FF and 9A. RGB value is (234,255,154). Sum of RGB (Red+Green+Blue) = 234+255+154=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 154 (60.55% from 255 or 23.95% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF9A is #150065. Grayscale: #EDEDED. Windows color (decimal): -1376358 or 10158058. OLE color: 10158058.
HSL color Cylindrical-coordinate representation of color #EAFF9A: hue angle of 72.48º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAFF9A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 154 | - |
| CMYK | 0.08 | 0 | 0.40 | 0 |
| HSL | 72.48º | 1% | 0.8% | - |
| HSV(B) | 72.48º | 0.4% | 1% | - |
| XYZ | 75.52 | 91.35 | 44.22 | - |
| YUV | 237.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 154 | 0.08 | 0 | 0.40 | 0 | 72.48 | 1 | 0.8 |
| Hex | EA | FF | 9A | 8 | 0 | 28 | 0 | 48 | 64 | 50 |
| Octal | 352 | 377 | 232 | 10 | 0 | 50 | 0 | 110 | 144 | 120 |
| Binary | 11101010 | 11111111 | 10011010 | 1000 | 0 | 101000 | 0 | 1001000 | 1100100 | 1010000 |
Color Harmonies of #EAFF9A
Complementary color
Monochromatic Colors of #EAFF9A
Black with #EAFF9A
Text Example
Text Example
White with #EAFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF9A; }
p { color: rgb(234,255,154); }
H1.HeaderClassName
{
color: #EAFF9A;
}
.AnyTagClassName
{
color: #EAFF9A;
}
</style>
background-color css
<style>
a { background-color: #EAFF9A; }
a { background-color: rgb(234,255,154); }
div.DivClassName
{
background-color: #EAFF9A;
}
.BgClassName
{
background-color: #EAFF9A;
}
</style>
border-color css
<style>
span { border-color: #EAFF9A; }
span { border-color: rgb(234,255,154); }
td.TdClassName
{
border-color: #EAFF9A;
}
.TagClassName
{
border-color: #EAFF9A;
}
</style>