#E8F2A0

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

Shades of Australian Mint #E8F2A0

Tints of Australian Mint #E8F2A0

Color information

#E8F2A0 (or 0xE8F2A0) is unknown color: approx Australian Mint. HEX triplet: E8, F2 and A0. RGB value is (232,242,160). Sum of RGB (Red+Green+Blue) = 232+242+160=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F2A0 is #170D5F. Grayscale: #E5E5E5. Windows color (decimal): -1510752 or 10547944. OLE color: 10547944.

HSL color Cylindrical-coordinate representation of color #E8F2A0: hue angle of 67.32º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8F2A0 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB232242160-
CMYK0.0400.340.05
HSL67.32º75.93%78.82%-
HSV(B)67.32º33.88%94.9%-
XYZ71.3883.245.55-
YUV229.6688.69129.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.59%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=36.59%
G=38.17%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322421600.0400.340.0567.3275.9378.82
HexE8F2A040225434c4f
Octal35036224040425103114117
Binary1110100011110010101000001000100010101100001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2A0; }

 p { color: rgb(232,242,160); }

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

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

 a { background-color: rgb(232,242,160); }

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

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

 span { border-color: rgb(232,242,160); }

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