#EAF7AC

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

Shades of Australian Mint #EAF7AC

Tints of Australian Mint #EAF7AC

Color information

#EAF7AC (or 0xEAF7AC) is unknown color: approx Australian Mint. HEX triplet: EA, F7 and AC. RGB value is (234,247,172). Sum of RGB (Red+Green+Blue) = 234+247+172=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7AC is #150853. Grayscale: #EAEAEA. Windows color (decimal): -1378388 or 11335658. OLE color: 11335658.

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

Color convert

RGB234247172-
CMYK0.0500.300.03
HSL70.4º82.42%82.16%-
HSV(B)70.4º30.36%96.86%-
XYZ74.6486.9951.89-
YUV234.5692.69127.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 172 (67.58% from 255) = 26.34%
R=35.83%
G=37.83%
B=26.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471720.0500.300.0370.482.4282.16
HexEAF7AC501E3465252
Octal35236725450363106122122
Binary11101010111101111010110010101111011100011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7AC; }

 p { color: rgb(234,247,172); }

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

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

 a { background-color: rgb(234,247,172); }

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

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

 span { border-color: rgb(234,247,172); }

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