#E5F2A7

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

Shades of Australian Mint #E5F2A7

Tints of Australian Mint #E5F2A7

Color information

#E5F2A7 (or 0xE5F2A7) is unknown color: approx Australian Mint. HEX triplet: E5, F2 and A7. RGB value is (229,242,167). Sum of RGB (Red+Green+Blue) = 229+242+167=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 167 (65.62% from 255 or 26.18% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F2A7 is #1A0D58. Grayscale: #E5E5E5. Windows color (decimal): -1707353 or 11006693. OLE color: 11006693.

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

Color convert

RGB229242167-
CMYK0.0500.310.05
HSL70.4º74.26%80.2%-
HSV(B)70.4º30.99%94.9%-
XYZ71.0482.9548.83-
YUV229.5692.69127.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 167 (65.62% from 255) = 26.18%
R=35.89%
G=37.93%
B=26.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292421670.0500.310.0570.474.2680.2
HexE5F2A7501F5464a50
Octal34536224750375106112120
Binary111001011111001010100111101011111101100011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F2A7; }

 p { color: rgb(229,242,167); }

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

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

 a { background-color: rgb(229,242,167); }

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

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

 span { border-color: rgb(229,242,167); }

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