#E6F1AA

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

Shades of Australian Mint #E6F1AA

Tints of Australian Mint #E6F1AA

Color information

#E6F1AA (or 0xE6F1AA) is unknown color: approx Australian Mint. HEX triplet: E6, F1 and AA. RGB value is (230,241,170). Sum of RGB (Red+Green+Blue) = 230+241+170=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F1AA is #190E55. Grayscale: #E5E5E5. Windows color (decimal): -1642070 or 11203046. OLE color: 11203046.

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

Color convert

RGB230241170-
CMYK0.0500.290.05
HSL69.3º71.72%80.59%-
HSV(B)69.3º29.46%94.51%-
XYZ71.3482.6450.22-
YUV229.6294.36128.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=35.88%
G=37.60%
B=26.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302411700.0500.290.0569.371.7280.59
HexE6F1AA501D5454851
Octal34636125250355105110121
Binary111001101111000110101010101011101101100010110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F1AA; }

 p { color: rgb(230,241,170); }

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

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

 a { background-color: rgb(230,241,170); }

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

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

 span { border-color: rgb(230,241,170); }

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