#E7F5AF

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

Shades of Australian Mint #E7F5AF

Tints of Australian Mint #E7F5AF

Color information

#E7F5AF (or 0xE7F5AF) is unknown color: approx Australian Mint. HEX triplet: E7, F5 and AF. RGB value is (231,245,175). Sum of RGB (Red+Green+Blue) = 231+245+175=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F5AF is #180A50. Grayscale: #E9E9E9. Windows color (decimal): -1575505 or 11531751. OLE color: 11531751.

HSL color Cylindrical-coordinate representation of color #E7F5AF: hue angle of 72º degrees, saturation: 0.78, 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 #E7F5AF is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB231245175-
CMYK0.0600.290.04
HSL72º77.78%82.35%-
HSV(B)72º28.57%96.08%-
XYZ73.3585.3953.17-
YUV232.8395.36126.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=35.48%
G=37.63%
B=26.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312451750.0600.290.047277.7882.35
HexE7F5AF601D4484e52
Octal34736525760354110116122
Binary111001111111010110101111110011101100100100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F5AF; }

 p { color: rgb(231,245,175); }

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

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

 a { background-color: rgb(231,245,175); }

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

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

 span { border-color: rgb(231,245,175); }

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