#EAF1A9

Color #EAF1A9 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EAF1A9

Tints of Australian Mint #EAF1A9

Color information

#EAF1A9 (or 0xEAF1A9) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and A9. RGB value is (234,241,169). Sum of RGB (Red+Green+Blue) = 234+241+169=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1A9 is #150E56. Grayscale: #E6E6E6. Windows color (decimal): -1379927 or 11137514. OLE color: 11137514.

HSL color Cylindrical-coordinate representation of color #EAF1A9: hue angle of 65.83º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF1A9 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB234241169-
CMYK0.0300.300.05
HSL65.83º72%80.39%-
HSV(B)65.83º29.88%94.51%-
XYZ72.5583.2749.78-
YUV230.793.18130.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 169 (66.41% from 255) = 26.24%
R=36.34%
G=37.42%
B=26.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411690.0300.300.0565.837280.39
HexEAF1A9301E5424850
Octal35236125130365102110120
Binary11101010111100011010100111011110101100001010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1A9; }

 p { color: rgb(234,241,169); }

 H1.HeaderClassName
 {
   color: #EAF1A9;
 }
 .AnyTagClassName
 {
   color: #EAF1A9;
 }
</style>
background-color css

<style>
 a { background-color: #EAF1A9; }

 a { background-color: rgb(234,241,169); }

 div.DivClassName
 {
   background-color: #EAF1A9;
 }
 .BgClassName
 {
   background-color: #EAF1A9;
 }
</style>
border-color css

<style>
 span { border-color: #EAF1A9; }

 span { border-color: rgb(234,241,169); }

 td.TdClassName
 {
   border-color: #EAF1A9;
 }
 .TagClassName
 {
   border-color: #EAF1A9;
 }
</style>