#E8F8AA

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

Shades of Australian Mint #E8F8AA

Tints of Australian Mint #E8F8AA

Color information

#E8F8AA (or 0xE8F8AA) is unknown color: approx Australian Mint. HEX triplet: E8, F8 and AA. RGB value is (232,248,170). Sum of RGB (Red+Green+Blue) = 232+248+170=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F8AA is #170755. Grayscale: #EAEAEA. Windows color (decimal): -1509206 or 11204840. OLE color: 11204840.

HSL color Cylindrical-coordinate representation of color #E8F8AA: hue angle of 72.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8F8AA is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB232248170-
CMYK0.0600.310.03
HSL72.31º84.78%81.96%-
HSV(B)72.31º31.45%97.25%-
XYZ74.187.1950.95-
YUV234.3291.7126.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 26.15%
R=35.69%
G=38.15%
B=26.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2322481700.0600.310.0372.3184.7881.96
HexE8F8AA601F3485552
Octal35037025260373110125122
Binary11101000111110001010101011001111111100100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F8AA; }

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

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

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

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

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

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

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

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