#EAF6AC

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

Shades of Australian Mint #EAF6AC

Tints of Australian Mint #EAF6AC

Color information

#EAF6AC (or 0xEAF6AC) is unknown color: approx Australian Mint. HEX triplet: EA, F6 and AC. RGB value is (234,246,172). Sum of RGB (Red+Green+Blue) = 234+246+172=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6AC is #150953. Grayscale: #EAEAEA. Windows color (decimal): -1378644 or 11335402. OLE color: 11335402.

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

Color convert

RGB234246172-
CMYK0.0500.300.04
HSL69.73º80.43%81.96%-
HSV(B)69.73º30.08%96.47%-
XYZ74.3386.3851.79-
YUV233.9893.02128.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=35.89%
G=37.73%
B=26.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461720.0500.300.0469.7380.4381.96
HexEAF6AC501E4465052
Octal35236625450364106120122
Binary111010101111011010101100101011110100100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6AC; }

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

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

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

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

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

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

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

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