#E8F2AB

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

Shades of Australian Mint #E8F2AB

Tints of Australian Mint #E8F2AB

Color information

#E8F2AB (or 0xE8F2AB) is unknown color: approx Australian Mint. HEX triplet: E8, F2 and AB. RGB value is (232,242,171). Sum of RGB (Red+Green+Blue) = 232+242+171=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F2AB is #170D54. Grayscale: #E7E7E7. Windows color (decimal): -1510741 or 11268840. OLE color: 11268840.

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

Color convert

RGB232242171-
CMYK0.0400.290.05
HSL68.45º73.2%80.98%-
HSV(B)68.45º29.34%94.9%-
XYZ72.3883.650.85-
YUV230.9294.19128.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=35.97%
G=37.52%
B=26.51%

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
Decimal2322421710.0400.290.0568.4573.280.98
HexE8F2AB401D5444951
Octal35036225340355104111121
Binary111010001111001010101011100011101101100010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2AB; }

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

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

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

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

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

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

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

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