#EAF6A7

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

Shades of Australian Mint #EAF6A7

Tints of Australian Mint #EAF6A7

Color information

#EAF6A7 (or 0xEAF6A7) is unknown color: approx Australian Mint. HEX triplet: EA, F6 and A7. RGB value is (234,246,167). Sum of RGB (Red+Green+Blue) = 234+246+167=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 167 (65.62% from 255 or 25.81% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6A7 is #150958. Grayscale: #E9E9E9. Windows color (decimal): -1378649 or 11007722. OLE color: 11007722.

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

Color convert

RGB234246167-
CMYK0.0500.320.04
HSL69.11º81.44%80.98%-
HSV(B)69.11º32.11%96.47%-
XYZ73.8686.1949.3-
YUV233.4190.52128.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 246 (96.48% from 255) = 38.02%
BLUE value IS 167 (65.62% from 255) = 25.81%
R=36.17%
G=38.02%
B=25.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461670.0500.320.0469.1181.4480.98
HexEAF6A750204455151
Octal35236624750404105121121
Binary1110101011110110101001111010100000100100010110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6A7; }

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

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

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

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

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

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

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

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