#E4FFAF

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

Shades of Australian Mint #E4FFAF

Tints of Australian Mint #E4FFAF

Color information

#E4FFAF (or 0xE4FFAF) is unknown color: approx Australian Mint. HEX triplet: E4, FF and AF. RGB value is (228,255,175). Sum of RGB (Red+Green+Blue) = 228+255+175=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFAF is #1B0050. Grayscale: #EEEEEE. Windows color (decimal): -1769553 or 11534308. OLE color: 11534308.

HSL color Cylindrical-coordinate representation of color #E4FFAF: hue angle of 80.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4FFAF is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB228255175-
CMYK0.1100.310
HSL80.25º100%84.31%-
HSV(B)80.25º31.37%100%-
XYZ75.4991.1154.16-
YUV237.8192.55121-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 175 (68.75% from 255) = 26.60%
R=34.65%
G=38.75%
B=26.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282551750.1100.31080.2510084.31
HexE4FFAFB01F0506454
Octal344377257130370120144124
Binary11100100111111111010111110110111110101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FFAF; }

 p { color: rgb(228,255,175); }

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

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

 a { background-color: rgb(228,255,175); }

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

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

 span { border-color: rgb(228,255,175); }

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