#EAF6A4

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

Shades of Australian Mint #EAF6A4

Tints of Australian Mint #EAF6A4

Color information

#EAF6A4 (or 0xEAF6A4) is unknown color: approx Australian Mint. HEX triplet: EA, F6 and A4. RGB value is (234,246,164). Sum of RGB (Red+Green+Blue) = 234+246+164=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 164 (64.45% from 255 or 25.47% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6A4 is #15095B. Grayscale: #E9E9E9. Windows color (decimal): -1378652 or 10811114. OLE color: 10811114.

HSL color Cylindrical-coordinate representation of color #EAF6A4: hue angle of 68.78º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAF6A4 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB234246164-
CMYK0.0500.330.04
HSL68.78º82%80.39%-
HSV(B)68.78º33.33%96.47%-
XYZ73.5986.0847.86-
YUV233.0689.02128.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 246 (96.48% from 255) = 38.20%
BLUE value IS 164 (64.45% from 255) = 25.47%
R=36.34%
G=38.20%
B=25.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461640.0500.330.0468.788280.39
HexEAF6A450214455250
Octal35236624450414105122120
Binary1110101011110110101001001010100001100100010110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6A4; }

 p { color: rgb(234,246,164); }

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

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

 a { background-color: rgb(234,246,164); }

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

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

 span { border-color: rgb(234,246,164); }

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