#E6F2A9

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

Shades of Australian Mint #E6F2A9

Tints of Australian Mint #E6F2A9

Color information

#E6F2A9 (or 0xE6F2A9) is unknown color: approx Australian Mint. HEX triplet: E6, F2 and A9. RGB value is (230,242,169). Sum of RGB (Red+Green+Blue) = 230+242+169=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F2A9 is #190D56. Grayscale: #E6E6E6. Windows color (decimal): -1641815 or 11137766. OLE color: 11137766.

HSL color Cylindrical-coordinate representation of color #E6F2A9: hue angle of 69.86º 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 #E6F2A9 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB230242169-
CMYK0.0500.300.05
HSL69.86º73.74%80.59%-
HSV(B)69.86º30.17%94.9%-
XYZ71.5583.1949.82-
YUV230.0993.52127.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 169 (66.41% from 255) = 26.37%
R=35.88%
G=37.75%
B=26.37%

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
Decimal2302421690.0500.300.0569.8673.7480.59
HexE6F2A9501E5464a51
Octal34636225150365106112121
Binary111001101111001010101001101011110101100011010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2A9; }

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

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

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

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

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

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

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

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