#EAF4AC

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

Shades of Australian Mint #EAF4AC

Tints of Australian Mint #EAF4AC

Color information

#EAF4AC (or 0xEAF4AC) is unknown color: approx Australian Mint. HEX triplet: EA, F4 and AC. RGB value is (234,244,172). Sum of RGB (Red+Green+Blue) = 234+244+172=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4AC is #150B53. Grayscale: #E9E9E9. Windows color (decimal): -1379156 or 11334890. OLE color: 11334890.

HSL color Cylindrical-coordinate representation of color #EAF4AC: hue angle of 68.33º degrees, saturation: 0.77, 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 #EAF4AC is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB234244172-
CMYK0.0400.300.04
HSL68.33º76.6%81.57%-
HSV(B)68.33º29.51%95.69%-
XYZ73.7385.1751.58-
YUV232.893.69128.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=36%
G=37.54%
B=26.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441720.0400.300.0468.3376.681.57
HexEAF4AC401E4444d52
Octal35236425440364104115122
Binary111010101111010010101100100011110100100010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4AC; }

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

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

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

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

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

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

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

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