#E2F3AF

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

Shades of Australian Mint #E2F3AF

Tints of Australian Mint #E2F3AF

Color information

#E2F3AF (or 0xE2F3AF) is unknown color: approx Australian Mint. HEX triplet: E2, F3 and AF. RGB value is (226,243,175). Sum of RGB (Red+Green+Blue) = 226+243+175=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F3AF is #1D0C50. Grayscale: #E6E6E6. Windows color (decimal): -1903697 or 11531234. OLE color: 11531234.

HSL color Cylindrical-coordinate representation of color #E2F3AF: hue angle of 75º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2F3AF is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB226243175-
CMYK0.0700.280.05
HSL75º73.91%81.96%-
HSV(B)75º27.98%95.29%-
XYZ71.1583.3752.9-
YUV230.1696.87125.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=35.09%
G=37.73%
B=27.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262431750.0700.280.057573.9181.96
HexE2F3AF701C54b4a52
Octal34236325770345113112122
Binary111000101111001110101111111011100101100101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F3AF; }

 p { color: rgb(226,243,175); }

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

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

 a { background-color: rgb(226,243,175); }

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

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

 span { border-color: rgb(226,243,175); }

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