#E4FAA8

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

Shades of Australian Mint #E4FAA8

Tints of Australian Mint #E4FAA8

Color information

#E4FAA8 (or 0xE4FAA8) is unknown color: approx Australian Mint. HEX triplet: E4, FA and A8. RGB value is (228,250,168). Sum of RGB (Red+Green+Blue) = 228+250+168=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FAA8 is #1B0557. Grayscale: #EAEAEA. Windows color (decimal): -1770840 or 11074276. OLE color: 11074276.

HSL color Cylindrical-coordinate representation of color #E4FAA8: hue angle of 76.1º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4FAA8 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB228250168-
CMYK0.0900.330.02
HSL76.1º89.13%81.96%-
HSV(B)76.1º32.8%98.04%-
XYZ73.2587.6950.11-
YUV234.0790.71123.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 168 (66.02% from 255) = 26.01%
R=35.29%
G=38.70%
B=26.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282501680.0900.330.0276.189.1381.96
HexE4FAA8902124c5952
Octal344372250110412114131122
Binary1110010011111010101010001001010000110100110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FAA8; }

 p { color: rgb(228,250,168); }

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

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

 a { background-color: rgb(228,250,168); }

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

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

 span { border-color: rgb(228,250,168); }

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