#E8F1AA

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

Shades of Australian Mint #E8F1AA

Tints of Australian Mint #E8F1AA

Color information

#E8F1AA (or 0xE8F1AA) is unknown color: approx Australian Mint. HEX triplet: E8, F1 and AA. RGB value is (232,241,170). Sum of RGB (Red+Green+Blue) = 232+241+170=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F1AA is #170E55. Grayscale: #E6E6E6. Windows color (decimal): -1510998 or 11203048. OLE color: 11203048.

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

Color convert

RGB232241170-
CMYK0.0400.290.05
HSL67.61º71.72%80.59%-
HSV(B)67.61º29.46%94.51%-
XYZ71.9982.9750.25-
YUV230.2194.02129.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=36.08%
G=37.48%
B=26.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322411700.0400.290.0567.6171.7280.59
HexE8F1AA401D5444851
Octal35036125240355104110121
Binary111010001111000110101010100011101101100010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F1AA; }

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

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

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

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

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

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

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

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