#E4F2AC

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

Shades of Australian Mint #E4F2AC

Tints of Australian Mint #E4F2AC

Color information

#E4F2AC (or 0xE4F2AC) is unknown color: approx Australian Mint. HEX triplet: E4, F2 and AC. RGB value is (228,242,172). Sum of RGB (Red+Green+Blue) = 228+242+172=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F2AC is #1B0D53. Grayscale: #E6E6E6. Windows color (decimal): -1772884 or 11334372. OLE color: 11334372.

HSL color Cylindrical-coordinate representation of color #E4F2AC: hue angle of 72º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4F2AC is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB228242172-
CMYK0.0600.290.05
HSL72º72.92%81.18%-
HSV(B)72º28.93%94.9%-
XYZ71.1982.9851.29-
YUV229.8395.36126.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 242 (94.92% from 255) = 37.69%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=35.51%
G=37.69%
B=26.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282421720.0600.290.057272.9281.18
HexE4F2AC601D5484951
Octal34436225460355110111121
Binary111001001111001010101100110011101101100100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F2AC; }

 p { color: rgb(228,242,172); }

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

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

 a { background-color: rgb(228,242,172); }

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

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

 span { border-color: rgb(228,242,172); }

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