#E6FAA9

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

Shades of Australian Mint #E6FAA9

Tints of Australian Mint #E6FAA9

Color information

#E6FAA9 (or 0xE6FAA9) is unknown color: approx Australian Mint. HEX triplet: E6, FA and A9. RGB value is (230,250,169). Sum of RGB (Red+Green+Blue) = 230+250+169=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 169 (66.41% from 255 or 26.04% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAA9 is #190556. Grayscale: #EBEBEB. Windows color (decimal): -1639767 or 11139814. OLE color: 11139814.

HSL color Cylindrical-coordinate representation of color #E6FAA9: hue angle of 74.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6FAA9 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB230250169-
CMYK0.0800.320.02
HSL74.81º89.01%82.16%-
HSV(B)74.81º32.4%98.04%-
XYZ73.9888.0650.63-
YUV234.7990.87124.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 169 (66.41% from 255) = 26.04%
R=35.44%
G=38.52%
B=26.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501690.0800.320.0274.8189.0182.16
HexE6FAA9802024b5952
Octal346372251100402113131122
Binary1110011011111010101010011000010000010100101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAA9; }

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

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

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

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

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

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

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

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