#E5F2A9

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

Shades of Australian Mint #E5F2A9

Tints of Australian Mint #E5F2A9

Color information

#E5F2A9 (or 0xE5F2A9) is unknown color: approx Australian Mint. HEX triplet: E5, F2 and A9. RGB value is (229,242,169). Sum of RGB (Red+Green+Blue) = 229+242+169=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F2A9 is #1A0D56. Grayscale: #E6E6E6. Windows color (decimal): -1707351 or 11137765. OLE color: 11137765.

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

Color convert

RGB229242169-
CMYK0.0500.300.05
HSL70.68º73.74%80.59%-
HSV(B)70.68º30.17%94.9%-
XYZ71.2383.0349.81-
YUV229.7993.69127.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 169 (66.41% from 255) = 26.41%
R=35.78%
G=37.81%
B=26.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292421690.0500.300.0570.6873.7480.59
HexE5F2A9501E5474a51
Octal34536225150365107112121
Binary111001011111001010101001101011110101100011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F2A9; }

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

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

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

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

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

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

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

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