#E6FAA5

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

Shades of Australian Mint #E6FAA5

Tints of Australian Mint #E6FAA5

Color information

#E6FAA5 (or 0xE6FAA5) is unknown color: approx Australian Mint. HEX triplet: E6, FA and A5. RGB value is (230,250,165). Sum of RGB (Red+Green+Blue) = 230+250+165=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 165 (64.84% from 255 or 25.58% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAA5 is #19055A. Grayscale: #EAEAEA. Windows color (decimal): -1639771 or 10877670. OLE color: 10877670.

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

Color convert

RGB230250165-
CMYK0.0800.340.02
HSL74.12º89.47%81.37%-
HSV(B)74.12º34%98.04%-
XYZ73.6187.9148.69-
YUV234.3388.87124.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.66%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 165 (64.84% from 255) = 25.58%
R=35.66%
G=38.76%
B=25.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501650.0800.340.0274.1289.4781.37
HexE6FAA5802224a5951
Octal346372245100422112131121
Binary1110011011111010101001011000010001010100101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAA5; }

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

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

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

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

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

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

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

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