#e8f3af

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

Shades of Australian Mint #E8F3AF

Tints of Australian Mint #E8F3AF

Color information

#E8F3AF (or 0xE8F3AF) is unknown color: approx Australian Mint. HEX triplet: E8, F3 and AF. RGB value is (232,243,175). Sum of RGB (Red+Green+Blue) = 232+243+175=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F3AF is #170C50. Grayscale: #E8E8E8. Windows color (decimal): -1510481 or 11531240. OLE color: 11531240.

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

Color convert

RGB232243175-
CMYK0.0500.280.05
HSL69.71º73.91%81.96%-
HSV(B)69.71º27.98%95.29%-
XYZ73.0784.3552.99-
YUV231.9695.86128.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=35.69%
G=37.38%
B=26.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322431750.0500.280.0569.7173.9181.96
HexE8F3AF501C5464a52
Octal35036325750345106112122
Binary111010001111001110101111101011100101100011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8f3af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8f3af; }

 p { color: rgb(232,243,175); }

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

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

 a { background-color: rgb(232,243,175); }

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

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

 span { border-color: rgb(232,243,175); }

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