#E2F4AD

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

Shades of Australian Mint #E2F4AD

Tints of Australian Mint #E2F4AD

Color information

#E2F4AD (or 0xE2F4AD) is unknown color: approx Australian Mint. HEX triplet: E2, F4 and AD. RGB value is (226,244,173). Sum of RGB (Red+Green+Blue) = 226+244+173=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F4AD is #1D0B52. Grayscale: #E6E6E6. Windows color (decimal): -1903443 or 11400418. OLE color: 11400418.

HSL color Cylindrical-coordinate representation of color #E2F4AD: hue angle of 75.21º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2F4AD is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB226244173-
CMYK0.0700.290.04
HSL75.21º76.34%81.76%-
HSV(B)75.21º29.1%95.69%-
XYZ71.2683.8951.97-
YUV230.5295.54124.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=35.15%
G=37.95%
B=26.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262441730.0700.290.0475.2176.3481.76
HexE2F4AD701D44b4c52
Octal34236425570354113114122
Binary111000101111010010101101111011101100100101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F4AD; }

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

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

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

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

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

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

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

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