#E5F4AF

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

Shades of Australian Mint #E5F4AF

Tints of Australian Mint #E5F4AF

Color information

#E5F4AF (or 0xE5F4AF) is unknown color: approx Australian Mint. HEX triplet: E5, F4 and AF. RGB value is (229,244,175). Sum of RGB (Red+Green+Blue) = 229+244+175=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F4AF is #1A0B50. Grayscale: #E7E7E7. Windows color (decimal): -1706833 or 11531493. OLE color: 11531493.

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

Color convert

RGB229244175-
CMYK0.0600.280.04
HSL73.04º75.82%82.16%-
HSV(B)73.04º28.28%95.69%-
XYZ72.484.4553.04-
YUV231.6596.03126.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.34%
GREEN value IS 244 (95.70% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=35.34%
G=37.65%
B=27.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2292441750.0600.280.0473.0475.8282.16
HexE5F4AF601C4494c52
Octal34536425760344111114122
Binary111001011111010010101111110011100100100100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F4AF; }

 p { color: rgb(229,244,175); }

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

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

 a { background-color: rgb(229,244,175); }

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

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

 span { border-color: rgb(229,244,175); }

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