#E7F1A0

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

Shades of Australian Mint #E7F1A0

Tints of Australian Mint #E7F1A0

Color information

#E7F1A0 (or 0xE7F1A0) is unknown color: approx Australian Mint. HEX triplet: E7, F1 and A0. RGB value is (231,241,160). Sum of RGB (Red+Green+Blue) = 231+241+160=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F1A0 is #180E5F. Grayscale: #E5E5E5. Windows color (decimal): -1576544 or 10547687. OLE color: 10547687.

HSL color Cylindrical-coordinate representation of color #E7F1A0: hue angle of 67.41º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7F1A0 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB231241160-
CMYK0.0400.340.05
HSL67.41º74.31%78.63%-
HSV(B)67.41º33.61%94.51%-
XYZ70.7682.4445.44-
YUV228.7889.19129.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.55%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 160 (62.89% from 255) = 25.32%
R=36.55%
G=38.13%
B=25.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312411600.0400.340.0567.4174.3178.63
HexE7F1A040225434a4f
Octal34736124040425103112117
Binary1110011111110001101000001000100010101100001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F1A0; }

 p { color: rgb(231,241,160); }

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

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

 a { background-color: rgb(231,241,160); }

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

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

 span { border-color: rgb(231,241,160); }

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