#E2F4AC

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

Shades of Australian Mint #E2F4AC

Tints of Australian Mint #E2F4AC

Color information

#E2F4AC (or 0xE2F4AC) is unknown color: approx Australian Mint. HEX triplet: E2, F4 and AC. RGB value is (226,244,172). Sum of RGB (Red+Green+Blue) = 226+244+172=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F4AC is #1D0B53. Grayscale: #E6E6E6. Windows color (decimal): -1903444 or 11334882. OLE color: 11334882.

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

Color convert

RGB226244172-
CMYK0.0700.300.04
HSL75º76.6%81.57%-
HSV(B)75º29.51%95.69%-
XYZ71.1683.8551.46-
YUV230.4195.04124.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.20%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=35.20%
G=38.01%
B=26.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262441720.0700.300.047576.681.57
HexE2F4AC701E44b4d52
Octal34236425470364113115122
Binary111000101111010010101100111011110100100101110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F4AC; }

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

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

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

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

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

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

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

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