#E4F1AD

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

Shades of Australian Mint #E4F1AD

Tints of Australian Mint #E4F1AD

Color information

#E4F1AD (or 0xE4F1AD) is unknown color: approx Australian Mint. HEX triplet: E4, F1 and AD. RGB value is (228,241,173). Sum of RGB (Red+Green+Blue) = 228+241+173=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F1AD is #1B0E52. Grayscale: #E5E5E5. Windows color (decimal): -1773139 or 11399652. OLE color: 11399652.

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

Color convert

RGB228241173-
CMYK0.0500.280.05
HSL71.47º70.83%81.18%-
HSV(B)71.47º28.22%94.51%-
XYZ70.9982.4251.7-
YUV229.3696.19127.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=35.51%
G=37.54%
B=26.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282411730.0500.280.0571.4770.8381.18
HexE4F1AD501C5474751
Octal34436125550345107107121
Binary111001001111000110101101101011100101100011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F1AD; }

 p { color: rgb(228,241,173); }

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

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

 a { background-color: rgb(228,241,173); }

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

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

 span { border-color: rgb(228,241,173); }

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